Skip to main content
PATCH
Massive renewal of seats in the hall

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hall_id
integer<int64>
required

Body

application/json
seat_id
integer<int64>

Unique seat ID

row_label
string

Row label (e.g. '1', 'A', 'Parterre')

Example:

"12"

seat_label
string

Place label in a row (for example, '5', '10', 'VIP 1')

Example:

"7"

x_coordinate
number<double>
default:0

X coordinate to display on the diagram

y_coordinate
number<double>
default:0

Y coordinate to display on the diagram

seat_type_id
integer<int64>

Unique seat type ID

Response

Seats have been successfully updated. An array of updated objects is returned

seat_id
integer<int64>
required

Unique seat ID

row_label
string
required

Row label (e.g. '1', 'A', 'Parterre')

Example:

"12"

seat_label
string
required

Place label in a row (for example, '5', '10', 'VIP 1')

Example:

"7"

x_coordinate
number<double>
default:0
required

X coordinate to display on the diagram

y_coordinate
number<double>
default:0
required

Y coordinate to display on the diagram

seat_type_id
integer<int64>
required

Unique seat type ID

hall_id
integer<int64>
required

Unique hall ID