Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

This Web Service Call allows a third party application to release all consignments owned by the Account based on Release Date. This triggers a manifest to be generated in the OneFlo system which can be retrieved and printed out (A4).


Info

In this instance I am making a call to GetChargeQuote in my uat environment through postman, Things I need to perform this call:

  1. My Session Credentials form my previous Login Call
    1. Note Session Credentials will expire If
      1. You Have generated a new "Key"
      2. You Have Passed the Expiry Date of the Session
      3. The User has been Deleted/made inactive 

*Learn how to chain this call in 5) Creating Chained Requests

...

Code Block
languagexml
themeRDark
firstline1
titleSuccessful Web Service Call Response
linenumberstrue
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <ReleaseAllConsignmentsResponse xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
            <ReleaseAllConsignmentsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
                <Message/>
                <ModuleName/>
                <ProcedureName/>
                <BookingIDs i:nil="true" xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
                <ManifestIDs xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                    <a:int>2770297</a:int>
                    <a:int>2770298</a:int>
                    <a:int>2770299</a:int>
                    <a:int>2770300</a:int>
                </ManifestIDs>
            </ReleaseAllConsignmentsResult>
        </ReleaseAllConsignmentsResponse>
    </s:Body>
</s:Envelope>



Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@20f86d
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "FLIP"
labelskb-how-to-article

...