EventimCatalogPricesAndStocksRequest
Request model for retrieving prices and stock availability for event sessions.
eventIdinteger<int32>required
Event identifier (ID_Catalog).
eventSessionIdsinteger<int32>[]nullable
Array of event session identifiers (ID_CatalogContents) to retrieve prices and stocks for.
blockIdinteger<int32>nullable
Optional block filter (ID_Bloc). When specified, only stocks from this block are returned.
floorIdinteger<int32>nullable
Optional floor filter (ID_Floor). When specified, only stocks from this floor are returned.
EventimCatalogPricesAndStocksRequest
{
"eventId": 0,
"eventSessionIds": [
0
],
"blockId": 0,
"floorId": 0
}