Acceptance Audit Pre-Check Example Request

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

This HTTP POST request allows the user to send an origin (ShipFromAddres), destination (ShipToAddress), Service, and a complete Dangerous Goods ChemicalRecord to UPS to determine if the shipment data combination is allowed.

Note: Your UPS Shipper Account Number must have a valid HazMat contract.

HEADERS

KeyDatatypeRequiredDescription
transIdnullAn identifier unique to the request. Length 32
trasactionSrcstringAn identifier of the client/source application that is making the request.Length 512
Content-Typestring

RESPONSES

status: OK

{"AcceptanceAuditPreCheckResponse":{"PackageResults":{"AccessibleIndicator":"N","ChemicalRecordResults":{"ADRUnits":"0.0","ChemicalRecordIdentifier":"1"},"EuropeBUIndicator":"N","PackageIdentifier":"1"},"RegulationSet":"IATA","Response":{"ResponseStatus":{"Code":"1","Description":"Success"},"TransactionReference":{"CustomerContext":"Your Customer Context"}},"Service":{"Code":"001"},"ShipperNumber":"Your Shipper Number"}}