...
Code Block | ||
---|---|---|
| ||
{ "consignment": { "consignmentNo": "ARXC83459009TST83459009", "eventDateTime": "04-01-2023T14:30:43", "statusID": "21" } } |
...
Code Block | ||
---|---|---|
| ||
{ "consignment": { "consignmentNo": "ARXC83459009TST83459009", "eventDateTime": "04-01-2023T17:30:21", "statusID": "56", "deliveredPOD": "BASE64PDFHERE" } } |
...
The unique consignment number assigned to the freight.
eventDate
The date the event occurred and time the delivery was completed in dd-MM-yyyyyyyyTHH:mm:ss
statusID
Relates to the description of the event. See table below:
StatusID | ConsignmentStatus | Description | ||
---|---|---|---|---|
7 | Awaiting Pickup Allocation | The consignment is currently waiting to be allocated to a fleet for pickup | ||
10 | Pickup Allocated | The consignment has been allocated to a fleet for pickup | ||
12 | Pickup Acknowledged | The fleet has acknowledged pickup allocation for consignment | ||
15 | Arrived at Sender | The fleet has arrived at pickup location of consignment | ||
22 | Futile Pickup | The fleet was unable to pick up consignment | ||
25 | Unshipped | The consignment is awaiting to be placed on a linehaul truck | ||
40 | Manifested - Pending Arrival | The consignment has been placed on a linehaul manifest | ||
47 | Arrived at Receiving Depot | The consignment has arrived in the receiving depot | ||
50 | Delivery Allocated | The consignment has been put on-board a local truck or freight forwarder for delivery | ||
52 | Arrived at Receiver | The consignment has arrived at the delivery location. | 56 | Delivery Completed |
58 | Futile Delivery | The consignment was unable to be delivered to the delivery location. |
...
Code Block | ||
---|---|---|
| ||
{ "consignment": { "consignmentNo": "ARXC83459009TST83459009", "eventDateeventDateTime": "04-01-20232023T14:30:43", "statusID": "7" } } |