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

KeyDatatypeRequiredDescription
transIdnullAn identifier unique to the request. Length 32
transactionSrcstringAn identifier unique to the request. Length 32
AccountNumberstringThe specific account number that belongs to the shipper.Length 6 or 10
Content-Typestring

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"}}}}