Return a list of all Loads associated with a Broker.
Example response
[- {
- "id": 87346,
- "amount": 123.45,
- "status": "PENDING",
- "created_datetime": "2023-10-26T00:00:00+00:00",
- "updated_datetime": "2023-10-26T00:00:00+00:00",
- "payee": {
- "id": 87346,
- "payee_name": "Camila Trucking LLC",
- "mc_number": "MC612791",
- "dot_number": "2428196",
- "is_verified": false,
- "is_factoring_company": true,
- "available_payment_types": [
- "PAPER_CHECK",
- "ACH",
- "RTP"
]
}, - "carrier_payee": {
- "id": 87346,
- "payee_name": "Camila Trucking LLC",
- "is_verified": false
}, - "payable": {
- "id": 87346,
- "amount": 123.45,
- "status": "PENDING",
- "payment_method": "ACH_NEXT_DAY",
- "transaction": {
- "id": 87346,
- "status": "PENDING",
- "payment_method": "ACH_NEXT_DAY"
}
}
}
]
Create a Load.
Example response
Bad Request
Conflict
{- "load_number": "abc12234",
- "amount": 123.45,
- "external_id": "14973-83",
- "payee_id": 896876
}
{- "id": 87346
}
Return a single Load associated with a Broker.
Example response
{- "id": 87346,
- "amount": 123.45,
- "status": "PENDING",
- "created_datetime": "2023-10-26T00:00:00+00:00",
- "updated_datetime": "2023-10-26T00:00:00+00:00",
- "payee": {
- "id": 87346,
- "payee_name": "Camila Trucking LLC",
- "mc_number": "MC612791",
- "dot_number": "2428196",
- "is_verified": false,
- "is_factoring_company": true,
- "available_payment_types": [
- "PAPER_CHECK",
- "ACH",
- "RTP"
]
}, - "carrier_payee": {
- "id": 87346,
- "payee_name": "Camila Trucking LLC",
- "is_verified": false
}, - "payable": {
- "id": 87346,
- "amount": 123.45,
- "status": "PENDING",
- "payment_method": "ACH_NEXT_DAY",
- "transaction": {
- "id": 87346,
- "status": "PENDING",
- "payment_method": "ACH_NEXT_DAY"
}
}
}