Hold a time and fix the price
create_holdReserves the chosen time, seats or units for 10 minutes and fixes the price. Pass start (slots), session_id (sessions) or from+to (rentals). Then show the user time, price and cancellation policy and ask for an explicit yes before create_booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Rental return. ISO 8601. With an offset it is absolute; without an offset it is local time of the business (e.g. 2026-09-18T15:00). | |
| qty | No | ||
| from | No | Rental pickup. ISO 8601. With an offset it is absolute; without an offset it is local time of the business (e.g. 2026-09-18T15:00). | |
| start | No | Slot start. ISO 8601. With an offset it is absolute; without an offset it is local time of the business (e.g. 2026-09-18T15:00). | |
| options | No | Selected extras from get_business, e.g. [{"id":"deep_conditioning","value":true}] | |
| tickets | No | ||
| party_size | No | ||
| session_id | No | ||
| offering_id | Yes | ||
| resource_id | No |