POST - Remove Shipment Tracking
The ShipmentTracking Service comprises a JSON Object that allows users to untrack a shipment with a driver's details.
The following guides below help you create (POST) untracking assignment on a specific shipment.
The POST untrack Endpoint allows tracking to be removed on a specific shipment in the 10-4 Freight Portal via a driver's mobile phone number.
The POST untrack 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 untrack 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/untrack/
Authentication: Validation Through Request Parameters
Success Response:
True
Updated about 2 months ago
What’s Next