GetTrackAndTraceInfo Method
Lets you download a history of the delivery process and its current status.
Input Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
authData | AuthData | Yes | Authorisation structure |
shipmentId | string | Yes | Shipment ID number |
Output Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
shipmentId | string | Yes | Shipment ID number |
receivedBy | string | Yes | Information on the person who claimed the parcel (if it has already been delivered) |
events | array | Yes | Array of ShipmentEvent structures |
Examples of Calls
<getTrackAndTraceInfo> <authData> <username>simontester</username> <password>111111</password> </authData> <shipmentId>11122223333</shipmentId> </getTrackAndTraceInfo>