Mass creation of seats in hall
Creates multiple new seats in a specific hall in a single transaction.
The request body should be an array of seat objects to create. The server will process them in a single batch.
This is a protected endpoint. Access is restricted to users with admin or manager roles.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
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
Response
Seat have been successfully created. An array of created seat objects with their new IDs 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