Pickup Cancel Example Request
DELETE {{base_url}}/api/shipments/:version/pickup/:CancelBy
This HTTP DELETE request is used to can a given on-call pickup based on the Prn provided.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
transId | string | An identifier unique to the request. Length 32 | |
transactionSrc | string | An identifier unique to the request. Length 32 | |
Prn | null | The pickup equest number (PRN) generated by UPS pickup system. Required if CancelBy = prn.Length 26 | |
Content-Type | string |
RESPONSES
status: OK
{"PickupCancelResponse":{"PickupType":"01","Response":{"ResponseStatus":{"Code":"1","Description":"Success"},"TransactionReference":{"CustomerContext":""}}}}