...
Code Block | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
<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:CancelConsignment> <!--Optional:--> <cha:session> <!--Optional:--> <cha:AccountID>?</cha:AccountID> <!--Optional:--> <cha:DistributorID>?</cha:DistributorID> <!--Optional:--> <cha:Expires>?</cha:Expires> <!--Optional:--> <cha:Key>?</cha:Key> <!--Optional:--> <cha:UserID>?</cha:UserID> </cha:session> <!--Optional:--> <cha:consignmentID>?</cha:consignmentID> </cha:CancelConsignment> </soapenv:Body> </soapenv:Envelope> </soapenv:Envelope> |
...
ConsignmentTrackingSearch
- soapAction: http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices/IChainITService/ConsignmentTrackingSearch
Element | Type | Optional / Mandatory | Length | Comments |
ValidSession | Session | M | Session object created using the Login method or by hard-coding the properties of a session object (See Request an API Key) | |
connoteReference | String | M | 20 | Use this string to query for consignments that match based on their references |
consignmentDate | DateTime (dd/mm/yyyy) | M | This value represents the date the consignment was created. |
...
Element | Type | Optional / Mandatory | Length | Comments |
ValidSession | Session | M | Session object created using the Login method or by hard-coding the properties of a session object (See Request an API Key) | |
connoteReference | String | M | 20 | Use this string to query for consignments that match based on their references |
consignmentDateDateTime | (dd/mm/yyyy) | M | This value represents the date the consignment was created. | |
distributorId | Int | M | 10 | This value represents your assigned distributor and can be found as a property in your Session object. |
accountId | Int | M | 10 | This value represents your assigned account id and can be found as a property in your Session object. |
...