update_order
Update an existing order or booking by providing only the fields to change; all other fields remain untouched.
Instructions
Update an existing order/booking. Only the fields you provide will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The order/booking ID to update | |
| customer_id | No | New customer ID | |
| service_id | No | New service/vehicle ID | |
| pickup_date | No | New pickup date (YYYY-MM-DD) | |
| return_date | No | New return date (YYYY-MM-DD) | |
| pickup_time | No | New pickup time (HH:MM, 24h) | |
| return_time | No | New return time (HH:MM, 24h) | |
| comment | No | Updated comment / notes | |
| color | No | Updated calendar color |