Check Room Availability
check_room_availabilityRecheck the selected rate code, price, and inventory before booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adults | No | Number of adults in each room | |
| children | No | Number of children in each room | |
| hotel_id | Yes | TourMind hotel identifier | |
| user_key | No | Optional TourMind user key for authenticated ToC access | |
| rate_code | Yes | Rate code returned by query_room_rates | |
| room_count | No | Number of rooms using the same occupancy | |
| check_in_date | No | Check-in date in YYYY-MM-DD format | |
| children_ages | No | Ages of the children in each room, each from 0 to 17 | |
| check_out_date | No | Check-out date in YYYY-MM-DD format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||