Modify a booking / resolve needs_input
modify_bookingAmend a booking before or after the call. For a booking in needs_input: pass accept_option_index to take one of the merchant's offered times (confirms immediately), or pass a new datetime/party_size to re-queue an amended request. Modifying an already-confirmed booking cancels it and books the new request (new booking_id returned).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | No | New requested time, ISO-8601; naive means the merchant's local wall time | |
| booking_id | Yes | ||
| party_size | No | ||
| window_minutes | No | ||
| accept_option_index | No | Index into needs_input_options to accept |