Freight Quote

Obtain a price quote for a freight shipment using contractual rates.

SecurityFreightApiCode
Request
Request Body schema: application/json
transaction_id
required
string
scac
required
string

The NMFTA Standard Carrier Alpha Code is used to identify a freight carrier within the transportation industry.

auth
object

The carrier authorization information needed to fulfill this request.

required
object
required
object
required
Array of objects (Container)
object

The dimensions and weight consumed by the shipment once loaded in the trailer

Array of objects (AccessorialService)

Accessorial services required for delivery

required
object
required
object
required
object (BillingParty)
required
object (RequestingParty)
Responses
200

OK

400

Bad Request

429

Too Many Requests

500

Internal Server Error

520

External Server Error

post/freight-quote
Request samples
application/json
{
  • "transaction_id": "string",
  • "scac": "string",
  • "auth": { },
  • "service_level": {
    },
  • "pickup": {
    },
  • "containers": [
    ],
  • "shipment_measurements": {
    },
  • "accessorials": [
    ],
  • "ship_from": {
    },
  • "ship_to": {
    },
  • "bill_to": {
    },
  • "requested_by": {
    }
}
Response samples
application/json
{
  • "transaction_id": "string",
  • "scac": "string",
  • "service_level": {
    },
  • "quote": {
    },
  • "pickup": {
    },
  • "delivery": {
    },
  • "charges": [
    ],
  • "warnings": [
    ]
}