Pickup Pending Status Example Request
GET {{base_url}}/api/shipments/:version/pickup/:pickuptype
This HTTP GET request will return the current status of al pending pickups for a given AccountNumber.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
transId | null | An identifier unique to the request. Length 32 | |
transactionSrc | string | An identifier unique to the request. Length 32 | |
AccountNumber | string | The specific account number that belongs to the shipper.Length 6 or 10 | |
Content-Type | string |
RESPONSES
status: OK
{"PickupPendingStatusResponse":{"PendingStatus":{"BillingCode":"01","ContactName":"Test user","OnCallStatusCode":"012","PickupStatusMessage":"Your pickup request is being processed","PickupType":"01","PRN":"2928H4MPOLF","ReferenceNumber":"","ServiceDate":"20170907"},"Response":{"ResponseStatus":{"Code":"1","Description":"Success"},"TransactionReference":{"CustomerContext":"Your Customer Context"}}}}