Get the status of a freight shipment via the assigned PRO number.
OK
Bad Request
Too Many Requests
Internal Server Error
External Server Error
{- "transaction_id": "string",
- "scac": "string",
- "auth": { },
- "pro_number": "string"
}
{- "transaction_id": "string",
- "scac": "string",
- "pro_number": "string",
- "ship_from": {
- "address": {
- "postal_code": "string"
}
}, - "ship_to": {
- "address": {
- "postal_code": "string"
}
}, - "pickup": {
- "date": "2019-08-24"
}, - "delivery": {
- "estimated": {
- "date": "2019-08-24",
- "time": "14:15:22Z"
}, - "actual": {
- "date": "2019-08-24",
- "time": "14:15:22Z"
}, - "signature": {
- "name": "string"
}
}, - "events": [
- {
- "status": "delivered",
- "date": "2019-08-24",
- "time": "14:15:22Z",
- "location": {
- "city_locality": "string",
- "state_province": "string"
}, - "carrier": {
- "description": "string"
}
}
]
}