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
| Key | Datatype | Required | Description | 
|---|---|---|---|
transId | string | An identifier unique to the request. Length 32 | |
tractionSrc | string | An identifier unique to the request. Length 32 | |
Content-Type | string | 
RESPONSES
status: OK
{"PreNotificationResponse":{"Response":{"ResponseStatus":{"Code":"1","Description":"Success"},"TransactionReference":{"CustomerContext":"Your customer context","TransactionIdentifier":"testing"}}}}