Updates multiple existing seats in a specific hall in a single transaction.
The request body should be an array of seat objects, each containing a seat_id and the fields to be updated.
This is a protected endpoint. Access is restricted to users with admin or manager roles.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique seat ID
Row label (e.g. '1', 'A', 'Parterre')
"12"
Place label in a row (for example, '5', '10', 'VIP 1')
"7"
X coordinate to display on the diagram
Y coordinate to display on the diagram
Unique seat type ID
Seats have been successfully updated. An array of updated objects is returned
Unique seat ID
Row label (e.g. '1', 'A', 'Parterre')
"12"
Place label in a row (for example, '5', '10', 'VIP 1')
"7"
X coordinate to display on the diagram
Y coordinate to display on the diagram
Unique seat type ID
Unique hall ID