Skip to main content

EventimCatalogSeatMapRequest

Request model for retrieving seat map data for an event session.

eventIdinteger<int32>required

Event identifier (ID_Catalog).

eventSessionIdinteger<int32>required

Event session identifier (ID_CatalogContents).

onlyAvailableSeatsbooleanrequired

If true, returns only available seats; otherwise returns all seats.

contingentIdinteger<int32>nullable

Optional contingent filter (ID_PrimaryEnvelope). When specified, only seats from this contingent are returned.

blockIdinteger<int32>nullable

Optional block filter (ID_Bloc). When specified, only seats from this block are returned.

floorIdinteger<int32>nullable

Optional floor filter (ID_Floor). When specified, only seats from this floor are returned.

includeDecorationsbooleannullable

If true, includes decorative elements (texts, shapes, images) in the response.

EventimCatalogSeatMapRequest
{
"eventId": 0,
"eventSessionId": 0,
"onlyAvailableSeats": true,
"contingentId": 0,
"blockId": 0,
"floorId": 0,
"includeDecorations": true
}