Purpose:
Release the selected consignments to the Carrier, This also has the opportunity to generate a booking and manifest for the required carrier (Recommended)
Info |
---|
In this instance I am making a call to GetChargeQuote in my uat environment through postman, Things I need to perform this call:
*Learn how to chain this call in 5) Creating Chained Requests |
Endpoint: https://bau-uat-wsthirdpartywcf.flipgroup.azurewebsitescom.netau/Data/ChainIT/DataService.svc
Headers:
- Key: Content-Type Value: text/xml
- Key: SoapAction Value: http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices/IChainITService/ReleaseSelectConsignments
...
Code Block | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
<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> |
...
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...