Obtain a price quote for a freight shipment using contractual rates.
OK
Bad Request
Too Many Requests
Internal Server Error
External Server Error
{- "transaction_id": "string",
- "scac": "string",
- "auth": { },
- "service_level": {
- "code": "string"
}, - "pickup": {
- "date": "2019-08-24"
}, - "containers": [
- {
- "code": "string",
- "freight_class": 50,
- "nmfc_code": "string",
- "description": "Windows",
- "dimensions": {
- "width": 0,
- "height": 0,
- "length": 0,
- "unit": "inches"
}, - "weight": {
- "value": 0,
- "unit": "grams"
}, - "quantity": 0,
- "stackable": true,
- "hazardous_materials": true
}
], - "shipment_measurements": {
- "total_linear_length": {
- "value": 0,
- "unit": "inches"
}, - "total_width": {
- "value": 0,
- "unit": "inches"
}, - "total_height": {
- "value": 0,
- "unit": "inches"
}, - "total_weight": {
- "value": 0,
- "unit": "grams"
}
}, - "accessorials": [
- {
- "code": "string",
- "attributes": { }
}
], - "ship_from": {
- "account": "string",
- "address": {
- "company_name": "string",
- "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "residential": false
}
}, - "ship_to": {
- "account": "string",
- "address": {
- "company_name": "string",
- "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "residential": false
}
}, - "bill_to": {
- "type": "consignee",
- "payment_terms": "collect",
- "account": "string",
- "address": {
- "company_name": "string",
- "address_lines": [
- "string"
], - "city_locality": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "residential": false
}, - "contact": {
- "name": "string",
- "phone_number": "string",
- "email": "string"
}
}, - "requested_by": {
- "company_name": "string",
- "contact": {
- "name": "string",
- "phone_number": "string",
- "email": "string"
}
}
}
{- "transaction_id": "string",
- "scac": "string",
- "service_level": {
- "code": "string",
- "carrier_description": "string"
}, - "quote": {
- "id": "string",
- "effective": {
- "date": "2019-08-24"
}, - "expiration": {
- "date": "2019-08-24"
}, - "carrier_message": "string"
}, - "pickup": {
- "date": "2019-08-24"
}, - "delivery": {
- "estimated": {
- "days": 0
}
}, - "charges": [
- {
- "type": "total",
- "description": "Lift gate required at delivery",
- "amount": {
- "value": "string",
- "currency": "string"
}
}
], - "warnings": [
- {
- "external_code": "string",
- "message": "string"
}
]
}