Pre-Notification Example Request

POST {{base_url}}/api/dangerousgoods/:version/prenotification

This HTTP POST request is used to nofiy UPS operations of upcoming Dangerous Goods shipments entering the network prior to the manifest information being uploaded.

HEADERS

KeyDatatypeRequiredDescription
transIdstringAn identifier unique to the request. Length 32
tractionSrcstringAn identifier unique to the request. Length 32
Content-Typestring

RESPONSES

status: OK

{"PreNotificationResponse":{"Response":{"ResponseStatus":{"Code":"1","Description":"Success"},"TransactionReference":{"CustomerContext":"Your customer context","TransactionIdentifier":"testing"}}}}