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
Key | Datatype | Required | Description |
---|---|---|---|
transId | null | An identifier unique to the request. Length 32 | |
transactionSrc | string | An identifier unique to the request. Length 32 | |
Content-Type | string |
RESPONSES
status: OK
{"PickupCreationResponse":{"PRN":"2930O2BER9R","RateStatus":{"Code":"04","Description":"Rate not requested"},"Response":{"ResponseStatus":{"Code":"1","Description":"Success"}}}}