Zmień termin
reschedule_bookingMoves the verified customer's booking to a slot_id obtained from check_availability(booking_reference). Cannot change price or services. Ask the customer to confirm the new time before calling. Requires customer_grant or a signed-in customer and an idempotency_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot_id | Yes | ||
| session_id | No | ||
| customer_grant | No | ||
| idempotency_key | Yes | ||
| booking_reference | Yes |