{ "event_type": "load_upsert", "org_id": "01111111-11aa-11aa-1111-a11111111111", "custom_load_id": "123455555555", "equipment_type_name": "Dry Van", "status": "available", "posted_carrier_rate": 1500.00, "max_buy": 1200.00, "type": "owned", "is_partial": false, "weight": 25000, "number_of_pieces": 10, "miles": 750, "commodity_type": "General Merchandise", "pickup_date_open": "2023-06-15T08:00:00", "pickup_date_close": "2023-06-15T12:00:00", "delivery_date_open": "2023-06-16T09:00:00", "delivery_date_close": "2023-06-16T13:00:00", "contacts": [ { "name": "John Smith", "email": "john@example.com", "phone": "5551234567", "type": "assigned", "extension": "123" } ], "origin": { "city": "Chicago", "state": "IL", "zip": "60601", "country": "US", "address": "123 Main St" }, "destination": { "city": "New York", "state": "NY", "zip": "10001", "country": "US", "address": "456 Park Ave" }, "stops": [ { "type": "origin", "location": { "city": "Chicago", "state": "IL", "zip": "60601", "country": "US", "address": "123 Main St" }, "stop_timestamp_open": "2023-06-15T08:00:00", "stop_timestamp_close": "2023-06-15T12:00:00", "stop_order": 1, "notes": "Pickup at loading dock" }, { "type": "pick", "location": { "city": "Cleveland", "state": "OH", "zip": "44113", "country": "US" }, "stop_timestamp_open": "2023-06-16T09:00:00", "stop_timestamp_close": "2023-06-16T13:00:00", "stop_order": 2 }, { "type": "destination", "location": { "city": "New York", "state": "NY", "zip": "10001", "country": "US", "address": "456 Park Ave" }, "stop_timestamp_open": "2023-06-17T10:00:00", "stop_timestamp_close": "2023-06-17T14:00:00", "stop_order": 3, "notes": "Call 30 minutes before arrival" } ], "min_temp": 32, "max_temp": 38, "is_temp_metric": false, "cargo_value": 50000, "is_hazmat": false, "is_team_required": false }
{ "id": "01111111-11aa-11aa-1111-a11111111111", "created_at": "2024-03-19T08:00:00Z", "status": "available", "custom_load_id": "LOAD123" }
Create a new load in the system
X-API-Key: <your_api_key>
at_pickup
picked_up
at_delivery
dispatched
delivered
en_route
in_transit
completed
available
covered
unavailable
owned
can_get
Show Contact properties
assigned
transfer
Show Location properties
Show Stop properties
origin
destination
pick
drop
Was this page helpful?