Last updated

Overview

Use the following information to write a client application to integrate your TMS or other system to the project44 platform through our LTL Rating & Dispatch APIs.

More robust user guides are coming soon – stay tuned!

LTL Rating Workflow

  1. Query for Rate and/or Transit Time Quotes.

LTL Dispatch Workflow

  1. Create a Shipment.
  2. Cancel a Shipment.

LTL Imaging Workflow

  1. Query for Images.

Workflow Details

Rating

Query for Rate Quotes

Acquire both rate quotes and transit times from requested LTL Capacity Providers.

Endpoint/api/v4/ltl/quotes/rates/query
VerbPOST
Required Fieldsorigin and destination postal codes; package weight, dimensions, and freightclass; enhanced handling units*

*PLEASE CONTACT YOUR ACCOUNT MANAGER AT PROJECT44 BEFORE USING THE ENHANCED HANDLING UNITS FIELD.

Query for Transit Quote Times

Acquire only transit times from requested LTL Capacity Providers.

Endpoint/api/v4/ltl/quotes/transittimes/query
VerbPOST
Required Fieldsorigin and destination postal codes

Dispatch

Create a Shipment

Create and dispatche the LTL Shipment to the your chosen Capacity Provider.

Endpoint/api/v4/ltl/dispatchedshipments
VerbPOST
Required FieldsCapacity Provider account group code, origin and destination address and contact information, requester location and contact information, package information (weight, dimensions, freight class, hazmat details), enhanced handling units*, pickup and delivery window dates and times, carrier code (if the capacity provider supports multiple SCACs), emergency contact (if the shipment contains hazardous materials), Capacity Provider quote number

*PLEASE CONTACT YOUR ACCOUNT MANAGER AT PROJECT44 BEFORE USING ENHANCED HANDLING UNITS FIELD.

Cancel a Dispatched Shipment by Shipment Identifier

Cancel a dispatched LTL Shipment using a chosen ID such as a PRO Number or BOL.

Endpoint/api/v4/ltl/shipments/cancellations
VerbPOST
Required FieldsCapacity Provider account group, origin postal code, shipment ID

Cancel a Dispatched Shipment by ID

Cancel a dispatched LTL Shipment using the project44-generated ID.

Endpoint/api/v4/ltl/shipments/{id}/cancellations
VerbPOST
Required Fieldsproject44-generated ID, Capacity Provider account group, origin postal code

Generate a ProNumber for Specific Vendor

Generates a PRO Number for a specific vendor (Capacity Provider).

Endpoint/api/v4/shipments/pronumbers/query
VerbPOST
Required FieldsCapacity Provider account group

Imaging

Query for LTL Shipment Images

Accesse any document images such as BOLs, Lumper Certificates, and Invoices for a shipment that the Capacity Provider has made available.

Endpoint/api/v4/ltl/images/query
VerbPOST
Required FieldsCapacity Provider account group, ProNumber, destination postal code, document type (BILL_OF_LADING, DELIVERY_RECEIPT, WEIGHT_CERTIFICATE, INVOICE, INSPECTION_CERTIFICATE, LETTER_OF_AUTHORIZATION, LUMPER_CERTIFICATE, PACKING_SLIP)