Web Service Call - ConsignmentTrackingSearch
Purpose:Make a request for the latest Scan Data on consignments in our system, allowing you to feed the most current carrier scan data into your system.
In this instance I am making a call to provide all information underneath a connote I require my Session credentials from my previous example to continue. This will allow me to perform future calls as this will provide me with "ConsignmentID"
*Learn how to chain this call in Creating Chained Requests
THIS CALL IS LIMITED TO 5 CALLS PER HOUR PER CONSIGNMENT.
- WE ALSO RECOMMEND STOPPING ALL SUBSEQUENT API CALLS AFTER THE 'DEL' SCAN EVENT IS RECEIVED
- OR 14 DAYS AFTER RELEASE (To Account for bad carrier Data)
Endpoint: https://uat-thirdpartywcf.flipgroup.com.au/DataService.svc
Headers:
- Key: Content-Type Value: text/xml
- Key: SoapAction Value: http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices/IChainITService/ConsignmentTrackingSearch
Body:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cha="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices"> <soapenv:Header/> <soapenv:Body> <cha:ConsignmentTrackingSearch> <!-- Session Credentials Available By following the "Login Web Service Call" https://flipgroup.atlassian.net/wiki/spaces/FLIP/pages/703102977/2a+Example+Web+Service+Call+Login--> <cha:session> <cha:AccountID>115860</cha:AccountID> <!--Mandatory:--> <cha:DistributorID>101605</cha:DistributorID> <!--Mandatory:--> <cha:Expires>2018-08-16T15:15:55.89</cha:Expires> <!--Mandatory:--> <cha:Key>E36D344D-DCA9-45B8-8FCD-2F049B1E73B3</cha:Key> <!--Mandatory:--> <cha:UserID>64796</cha:UserID> <!--Mandatory:--> </cha:session> <cha:connoteReference>643655</cha:connoteReference> <!--Optional:--> <cha:consignmentDate>30/11/2017</cha:consignmentDate> <!--Mandatory:--> <!-- dd/mm/yyyy yyyy/mm/dd yy/mm/dd dd/mm/yy dd-mm-yyyy yyyy-mm-dd yy-mm-dd dd-mm-yy --> </cha:ConsignmentTrackingSearch> </soapenv:Body> </soapenv:Envelope>
<cha:connoteReference></cha:connoteReference>
<cha:consignmentDate></cha:consignmentDate>
Information Can be found on the Track Consignments Page https://uat.oneflo.com.au/Tracking/