curl --location --request POST 'https://connect.dispatchable.com/listings/api/v1/listings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"load_uuid": "104abc56-1313-4ef7-868d-5c8ec2c9f41f",
"listing_type": "vehicle",
"origin_city": "Brooklyn",
"origin_state": "NY",
"origin_zip": "11201",
"origin_instructions": null,
"destination_city": "Miami",
"destination_state": "FL",
"destination_zip": "33156",
"destination_instructions": null,
"is_touch_free": 0,
"trailer_type": "OPEN",
"load_type": "auto_transport",
"first_avail": "2025-09-05",
"load_date": "2025-09-20",
"load_terms": "ESTIMATED",
"delivery_date": "2025-09-28",
"delivery_terms": "ESTIMATED",
"carrier_pay": "1200.00",
"cod_amount": "1200.00",
"additional_info": null,
"additional_terms": null,
"special_instructions": null,
"notes_from_customer": null,
"load_boards": [
"central_dispatch"
],
"cod_cop_location": "delivery",
"balance_payment_method": null,
"balance_payment_time": null,
"balance_payment_terms_begin_on": null,
"vehicles": [
{
"uuid": "0aa83bce-e4b6-4ad6-b50e-baba8d99aacc",
"vehicle_year": "2023",
"vehicle_make": "Nissan",
"vehicle_model": "Gt-R",
"vehicle_type": "CAR",
"deposit": "200.00",
"created_at": "2025-08-27T15:14:15.000000Z",
"updated_at": "2025-08-27T15:14:15.000000Z",
"is_operational": 1,
"shipping_cost": "1200.00"
}
]
}'