TrackingNumber

Tracking Number.

APIDescription
PUT api/TrackingNumber

Update Tracking number of existing shipment

TransitTime

Get Carrier Transit Time.

APIDescription
POST api/TransitTime?carrierScac={carrierScac}&originZip={originZip}&destinationZip={destinationZip}

Gets transit time, first attempts to retrieve from SMC and then from configured carrier api providers.

Track

Tracks a shipment.

APIDescription
POST api/Track/ProNumber?carrierScac={carrierScac}&proNumber={proNumber}

Track by bol number and company code.

POST api/Track/BolNumber?accountCode={accountCode}&bolNumber={bolNumber}

Track by pro number and carrier.

BatchRate

APIDescription
POST api/BatchRate

No documentation available.

ShipmentConfirmation

ShipmentConfirmation - Mark a shipment as confirmed and out the door.

APIDescription
POST api/ShipmentConfirmation

Confirms a shipment, and if a 3G customer, hits 3G

ShipmentDelete

ShipmentDelete - Mark a shipment as deleted.

APIDescription
POST api/ShipmentDelete?bolNumber={bolNumber}&accountCode={accountCode}

Deletes a shipment, and if a 3G customer, unplans corresponding load

Rate

Rates a shipment.

APIDescription
POST api/Rate

Get rates for a shipment.

Shipment

Shipment API - Handles all shipment resources.

APIDescription
POST api/Shipment

Creates a shipment based on the results of a parsed HttpRequestMessage which should contain a ShipmentRequest object to be deserialized.