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

KeyDatatypeRequiredDescription
transIdstringAn identifier unique to the request. Length 32
transactionSrcstringAn identifier unique to the request. Length 32
PrnnullThe pickup equest number (PRN) generated by UPS pickup system. Required if CancelBy = prn.Length 26
Content-Typestring

RESPONSES

status: OK

{"PickupCancelResponse":{"PickupType":"01","Response":{"ResponseStatus":{"Code":"1","Description":"Success"},"TransactionReference":{"CustomerContext":""}}}}