reschedule_booking
Change a booking to a new date or time by providing the booking ID and a new start time in ISO 8601 UTC. Optionally include a reason for the reschedule.
Instructions
Reschedule a booking to a new time slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | New start time in ISO 8601 UTC | |
| booking_id | Yes | Booking ID | |
| rescheduling_reason | No | Reason for rescheduling |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |