select_room
Select a room type and optional rate plan for a hotel reservation after viewing available options.
Instructions
Choose a room type to book. Call this after get_room_options to select a room before checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotelId | Yes | Hotel property code | |
| roomCode | Yes | Room type code from get_room_options | |
| ratePlanCode | No | Rate plan code from get_room_options (optional) |