POST - Shipment Tracking

The ShipmentTracking Service comprises a JSON Object that allows users to track a shipment with a driver's details.

The following guides below help you create (POST) tracking assignment to a specific shipment.

The POST /track Endpoint allows tracking to be set on a specific shipment in the 10-4 Freight Portal via a driver's mobile phone number.

The POST /track 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 track a shipment:

1. FreightProviderReferenceNumber and FreightHaulerProviderXID or TenFourLicensePlate
2. CarrierMC or CarrierDOT or CarrierSCAC
3. DriverPhoneNumber
4. ShipmentTrackingType

The POST HTTP Endpoint for shipment tracking is listed below:

HTTP Verb: POST
URI: /atlas/frexapi/shipment/track/
Authentication: Validation Through Request Parameters

Success Response:

True

What’s Next