assign_seat
Allocate a guest to a designated seat within a seating chart using guest, seat, table, and seating chart identifiers.
Instructions
Assign a guest to a specific seat in a seating chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seat_uuid | Yes | Seat UUID from get_seating_chart | |
| guest_uuid | Yes | Guest UUID from list_unseated_guests | |
| table_uuid | Yes | Table UUID from get_seating_chart | |
| seating_chart_uuid | Yes | Seating chart UUID from list_seating_charts |