create_reservation
Create a new seat reservation by specifying user name, seat ID, and reservation dates to book office seating.
Instructions
Create a new seat reservation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_name | Yes | Name of the user making the reservation | |
| seat_id | Yes | ID of the seat to reserve | |
| start_date | Yes | Start date of reservation (YYYY-MM-DD format) | |
| end_date | Yes | End date of reservation (YYYY-MM-DD format) |