Skip to main content

BestSeatDetailModel

Allocation criteria for a group of seats (one allocation per detail).

categoryIdsinteger<int32>[]nullable

Category identifiers to allocate seats from.

contingentIdsinteger<int32>[]nullable

Optional contingent identifiers to filter available seats.

blockIdsinteger<int32>[]nullable

Optional block identifiers to filter available seats.

floorIdsinteger<int32>[]nullable

Optional floor identifiers to filter available seats.

quantityinteger<int32>required

Number of seats to allocate.

BestSeatDetailModel
{
"categoryIds": [
0
],
"contingentIds": [
0
],
"blockIds": [
0
],
"floorIds": [
0
],
"quantity": 0
}