Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Relates to the description of the event. See table below:

StatusID

Consignment Status

Description

21

Departed Sender / Pickup Complete

The fleet has complete the consignment pickup

Example

Code Block
languagejson
{
  "consignment": {
    "consignmentNo": "ARXC83459009TST83459009",
    "eventDateTime": "04-01-2023T14:30:43",
    "statusID": "21"
  }
}

...

Relates to the description of the event. See table below:

StatusID

Consignment Status

Description

56

Departed Receiver / Delivery Complete

The consignment has been delivered at the delivery location.

deliveredPOD

The proof of delivery copy in PDF format, Base 64 encoded.

...

Code Block
languagejson
{
  "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.

58

Futile Delivery

The consignment was unable to be delivered to the delivery location.

Example

Code Block
languagejson
{
  "consignment": {
    "consignmentNo": "ARXC83459009TST83459009",
    "eventDateeventDateTime": "04-01-20232023T14:30:43",
    "statusID": "7"
  }
}