Gets the detail of a consignment's POD
Path Parameters
- Type: stringFormat: uuidconsignment
Id required - Type: stringFormat: uuidconsignment
Pod Id required
Responses
- application/json
Request Example for get/v1/consignments/{consignmentId}/pods/{consignmentPodId}
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/pods/123e4567-e89b-12d3-a456-426614174000
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"eventUtc": "datetime (YYYY-MM-DDTHH:MM:SSZ)",
"deliveredByName": null,
"vehicleName": null,
"signatoryName": null,
"signatureDescription": null,
"latitude": null,
"longitude": null,
"externalUrl": null
}