Dispatch Platform connector
create_booking
Create a booking in the approved synthetic demo cluster.
POSTWriteDemo cluster only
This write is restricted to an approved synthetic demo cluster. It is not generally available and must not be used with a production tenant.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
| date | string | Optional | Pickup date and time in ISO 8601 format. Omit for ASAP. |
| name | string | Required | Passenger name. |
| phone | string | Required | Passenger phone number. |
| address | object | Required | |
| destination | object | Required | |
| payment | object | Optional | |
| source | string | Optional | Booking source. APPDISPATCHACCOUNTWEBNETWORKAPPNETWORKWEBIVR |
| account_id | integer | Optional | Account ID for the booking. |
| vehicle_type | string | Optional | Required vehicle type key. |
| vehicle_group | string | Optional | Generic vehicle group. |
| instructions | string | Optional | Instructions for the driver. |
| driver_id | integer | Optional | Driver ID to preassign. |
| vehicle_id | integer | Optional | Vehicle ID to preassign. |
| vehicle_ref | string | Optional | Vehicle reference to preassign. |
| site_id | integer | Optional | Operational site ID. |
| planned_dropoff_date | string | Optional | Planned dropoff date and time in ISO 8601 format. |
| idempotency_key | string | Optional | Unique key used to prevent duplicate booking creation. |
This page documents the restricted write contract. No example payload or response body is included.
