create_booking_hold
Creates a temporary booking hold for an experience, reserving capacity for a selected date and time with guest and customer details to prevent overbooking while awaiting confirmation.
Instructions
Initialize a temporary booking hold. Reserves capacity for a limited time. This tool requires a valid ODYBOOK_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pax | Yes | Number of guests/pax | |
| date | Yes | Date in YYYY-MM-DD format | |
| time | Yes | Specific time slot (e.g., '14:00') | |
| customer_name | Yes | Customer full name | |
| experience_id | Yes | UUID of the experience | |
| customer_email | Yes | Customer email |