Purpose
This Web Service Call allows a third party application to retrieve the Physical manifests associated to the account. The input to this is the manifestID retrieved when calling the Web Service Call - ReleaseSelectConsignment. The response is a Base64 encoded PDF file in A4 format.
...
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 Creating Chained Requests |
Endpoint: https://bau-uat-wsthirdpartywcf.flipgroup.azurewebsites.net/Data/ChainITcom.au/DataService.svc
Headers:
- Key: Content-Type Value: text/xml
- Key: SoapAction Value: http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices/IChainITService/GetChargeQuote
...