PATCH - Update Exceptions

Updating a Shipment Exception

The PATCH /shipment/exception Endpoint allows the uploading of an exception on both the order-level and the entire shipment in the 10-4 Freight Portal.

The PATCH /shipment/exception Endpoint has multiple parameter values that can be included in the object. As a base level requirement, the following parameters are required in order to successfully create an exception for uploading:

1. FreightProviderReferenceNumber and FreightHaulerProviderXID or TenFourLicensePlate
2. CarrierMC or CarrierDOT or CarrierSCAC
3. OrderExceptionType
4. Description
5. ExceptionGuid
1. FreightProviderReferenceNumber and FreightHaulerProviderXID or TenFourLicensePlate
2. CarrierMC or CarrierDOT or CarrierSCAC
3. OrderNumber
4. OrderExceptionType
5. Description
6. ExceptionGuid

The PATCH HTTP Endpoint for shipment tracking is listed below:

HTTP Verb: PATCH
URI: /atlas/frexapi/shipment/exception
Authentication: Validation Through Request Parameters