EventimCatalogPricesAndStocksResponse
Response containing prices and stock information for multiple event sessions.
eventSessionsPricesAndStocks object[]nullable
Event identifier (ID_Catalog).
Event session identifier (ID_CatalogContents).
prices object[]nullable
List of available prices for this event session.
Rate identifier (ID_Rate).
Category identifier (ID_Category).
Base Amount.
Total Fees.
feesDetails object[]nullable
Breakdown of amount components by column (taxes, fees, etc.).
Column identifier matching the amount label definition.
Amount value for this component (e.g., base price, tax, fee).
Price list version number.
Display priority for ordering rates (lower values appear first).
stocks object[]nullable
List of stock availability by category, block and floor.
Category identifier (ID_Category).
Contingent/envelope identifier (ID_PrimaryEnvelope).
Block identifier (ID_Bloc).
Floor identifier (ID_Floor).
Number of available seats/tickets.
{
"eventSessionsPricesAndStocks": [
{
"eventId": 0,
"eventSessionId": 0,
"prices": [
{
"rateId": 0,
"categoryId": 0,
"amount": 0,
"fees": 0,
"feesDetails": [
{
"colId": 0,
"amount": 0
}
],
"priceVersion": 0,
"priority": 0
}
],
"stocks": [
{
"categoryId": 0,
"contingentId": 0,
"blockId": 0,
"floorId": 0,
"stock": 0
}
]
}
]
}