Skip to main content

EventimSeatPropertiesDto

Represents the properties and location of a seat in the venue seat map.

seatIdinteger<int32>required

Seat identifier (ID_Physical).

categoryIdinteger<int32>required

Category identifier (ID_Category).

floorIdinteger<int32>required

Floor identifier (ID_Floor).

designationIdinteger<int32>required

Designation identifier for seat labeling.

doorIdinteger<int32>required

Door/entrance identifier (ID_Door).

blockIdinteger<int32>required

Block identifier (ID_Bloc).

tribuneIdinteger<int32>required

Tribune/stand identifier (ID_Tribune).

accessIdinteger<int32>required

Access point identifier (ID_Access).

contingentIdinteger<int32>required

Contingent/envelope identifier (ID_PrimaryEnvelope).

isAvailablebooleanrequired

Indicates whether the seat is available for selection.

rankstringnullable

Row designation (e.g., "A", "B", "1").

seatstringnullable

Seat number within the row (e.g., "12", "15").

coordXnumber<double>required

X coordinate position on the seat map.

coordYnumber<double>required

Y coordinate position on the seat map.

rotationnumber<double>required

Rotation angle in degrees for seat orientation.

typePhysicalstringnullable

Physical type of the seat (e.g., "SEAT").

groupPriorityinteger<int32>required

Group priority for best seat allocation algorithm.

seatPriorityinteger<int32>required

Individual seat priority within its group.

EventimSeatPropertiesDto
{
"seatId": 0,
"categoryId": 0,
"floorId": 0,
"designationId": 0,
"doorId": 0,
"blockId": 0,
"tribuneId": 0,
"accessId": 0,
"contingentId": 0,
"isAvailable": true,
"rank": "string",
"seat": "string",
"coordX": 0,
"coordY": 0,
"rotation": 0,
"typePhysical": "string",
"groupPriority": 0,
"seatPriority": 0
}