Skip to main content

EventimBestSeatDetailModel

Represents the allocation criteria for a specific category with optional filters.

categoryIdinteger<int32>required

The category identifier to allocate seats from.

contingentIdinteger<int32>nullable

Optional contingent identifier to filter available seats.

floorIdinteger<int32>nullable

Optional floor identifier to filter available seats.

quantities object[]nullable

The list of rate quantities specifying how many seats to allocate per rate.

  • Array [
  • rateIdinteger<int32>required

    The rate identifier for pricing.

    priceVersioninteger<int32>required

    The rate version number.

    quantityinteger<int32>required

    The number of seats to allocate at this rate.

  • ]
  • EventimBestSeatDetailModel
    {
    "categoryId": 0,
    "contingentId": 0,
    "floorId": 0,
    "quantities": [
    {
    "rateId": 0,
    "priceVersion": 0,
    "quantity": 0
    }
    ]
    }