book_seats
Reserve chosen seats for a showtime by providing user ID, showtime ID, and seat numbers to finalize the booking.
Instructions
Reserves selected seats for the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seats | Yes | List of seat numbers (e.g., ["A5", "A6"]) | |
| user_id | Yes | User identifier | |
| showtime_id | Yes | Showtime ID (e.g., "st001") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |