Pickup Creation Example Request

POST {{base_url}}/api/pickupcreation/:version/pickup

This HTTP POST request allows the user to create a UPS pickup by providing a location to pickup from, the PickupAddress, and what is being picked up, the PickupPiece. The PRN for the event is returned in the response.

HEADERS

KeyDatatypeRequiredDescription
transIdnullAn identifier unique to the request. Length 32
transactionSrcstringAn identifier unique to the request. Length 32
Content-Typestring

RESPONSES

status: OK

{"PickupCreationResponse":{"PRN":"2930O2BER9R","RateStatus":{"Code":"04","Description":"Rate not requested"},"Response":{"ResponseStatus":{"Code":"1","Description":"Success"}}}}