curl --location --request PATCH 'https://connect.dispatchable.com/listings/api/v1/listings/faa42de4-4867-4ba1-b02a-1dbf34d0f809' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"load_uuid": "c01455b2-9b86-45aa-89cd-ebe14433b055",
"stop_uuid": null,
"listing_type": "vehicle",
"load_boards": [
"central_dispatch"
],
"app_account_uuid": null,
"app_listing_uuid": null,
"status": "active",
"origin_city": "Miami",
"origin_state": "FL",
"origin_zip": "33101",
"origin_instructions": "Call ahead before arrival.",
"destination_city": "Orlando",
"destination_state": "FL",
"destination_zip": "32801",
"destination_instructions": "Deliver to dock #3.",
"is_touch_free": true,
"trailer_type": "enclosed",
"load_type": "partial",
"first_avail": "2025-05-03",
"load_date": "2025-05-04",
"load_terms": "Payment upon pickup",
"delivery_date": "2025-05-06",
"delivery_terms": "COD",
"carrier_pay": 1250,
"cod_amount": 1250,
"additional_info": "Customer prefers early morning delivery.",
"additional_terms": "No liftgate required.",
"special_instructions": "Handle with care. Fragile items included.",
"notes_from_customer": "Please confirm before dispatch.",
"external_order_id": "EXT-987654321",
"vehicles": [
{
"vin": "1HGCM82633A004352",
"external_vehicle_id": "veh-001",
"vehicle_type": "suv",
"vehicle_type_other": null,
"color": "Black",
"license_plate": "ABC1234",
"license_plate_state": "CA",
"lot_number": "LT0009",
"year": 2021,
"make": "Toyota",
"model": "RAV4",
"qty": 1,
"additional_info": "Customer requests enclosed transport.",
"wide_load": false,
"shipping_specs": {
"height": 65,
"width": 72,
"length": 180,
"weight": 3700
}
},
{
"vin": "2C3CDZAG0JH248901",
"external_vehicle_id": "veh-002",
"vehicle_type": "car",
"vehicle_type_other": null,
"color": "Red",
"license_plate": "XYZ7890",
"license_plate_state": "TX",
"lot_number": "LT0012",
"year": 2019,
"make": "Dodge",
"model": "Challenger",
"qty": 1,
"additional_info": "Needs to be picked up after 3PM.",
"wide_load": false,
"shipping_specs": {
"height": 55,
"width": 75,
"length": 197,
"weight": 3900
}
},
{
"vin": null,
"external_vehicle_id": "veh-003",
"vehicle_type": "heavy_equipment",
"vehicle_type_other": "Excavator",
"color": "Yellow",
"license_plate": null,
"license_plate_state": null,
"lot_number": "HEQ0021",
"year": 2017,
"make": "Caterpillar",
"model": "320D",
"qty": 1,
"additional_info": "Requires ramp to load.",
"wide_load": true,
"shipping_specs": {
"height": 110,
"width": 120,
"length": 300,
"weight": 46000
}
}
]
}'