LogicalPlanSeat
The definition of a seat.
Fields
Field | Description |
---|---|
id
string
(required) |
The ID of the seat Example value:"s002001054" |
name
string
(required) |
The name of the seat Example value:"54" |
center
decimal[]
(required) |
The center point [x,y] of the seat Example value:[ 312.000000, 834.500000 ] |
coord
int
(required) |
The coordinate of the seat Example value:1 |
priority
int
(required) |
Should this seat be sold prior to other seats Example value:85 |
rowname
string
(required) |
The rowname of the seat Example value:"A" |
seatdescriptionid
int
|
The seat description template for this seat Example value:3 |
seatrankid
int
(required) |
The seat rank for this seat Example value:3 |
size
decimal[]
(required) |
The width and height of the seat Example value:[ 12.000000, 12.000000 ] |
Example
1{
2 "id": "s002001054",
3 "name": "54",
4 "center": [ 312.000000, 834.500000 ],
5 "coord": 1,
6 "priority": 85,
7 "rowname": "A",
8 "seatdescriptionid": 3,
9 "seatrankid": 3,
10 "size": [ 12.000000, 12.000000 ]
11}