reschedule_appointment
Move a booking you made to a new time. Requires booking_id, the lookup_token from book_appointment, and new_start_time/new_end_time (ISO 8601, from get_availability). The new slot is checked for conflicts. No account needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | The booking_id returned from book_appointment | |
| lookup_token | Yes | The lookup_token returned from book_appointment for this booking | |
| new_end_time | Yes | ISO 8601 datetime for the new appointment end (from get_availability) | |
| new_start_time | Yes | ISO 8601 datetime for the new appointment start (from get_availability) |