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
LTL Dispatch Workflow
- Create a Shipment.
- Cancel a Shipment.
LTL Imaging Workflow
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 |
Verb | POST |
Required Fields | origin 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 |
Verb | POST |
Required Fields | origin 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 |
Verb | POST |
Required Fields | Capacity 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 |
Verb | POST |
Required Fields | Capacity 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 |
Verb | POST |
Required Fields | project44-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 |
Verb | POST |
Required Fields | Capacity 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 |
Verb | POST |
Required Fields | Capacity 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 ) |