...
Code Block | ||
---|---|---|
| ||
{ "consignment": { "consignmentNo": "ARXC83459009", "consignmentCreatedDate": "04/-01/-2023" } } |
Pickup Completed
This is posted when a consignment has been picked up from the sender's address.
Attributes
consignmentNo
pickupCompletedDateTime
Example
Code Block | ||
---|---|---|
| ||
{
"consignment": {
"consignmentNo": "ARXC83459009",
"pickupCompleteDateTime": "04-01-2023 14:30"
}
} |
Delivery Completed
This is posted when a consignment has been delivered to the receiver’s address. This also includes the proof of delivery (POD).
Attributes
consignmentNo
deliveryCompletedDateTime
deliveredPOD
Code Block | ||
---|---|---|
| ||
{ "consignment": { "consignmentNo": "ARXC83459009", "deliveryCompletedDateTime": "04/-01/-2023 0217:30" "deliveredPOD": "BASE64PDFHERE" } } |