EventimAllocateManualSeatsRequest
Request model for manually allocating specific seats in a cart.
cartIdinteger<int32>nullable
The cart identifier to add seats to. (Optional if new cart)
cartItemIdinteger<int32>nullable
The cart item identifier for the allocation. (Optional if new cartItem)
eventIdinteger<int32>required
The event identifier for the seats allocation.
eventSessionIdinteger<int32>required
The event session identifier for the seats allocation.
detail object[]nullable
The list of specific seats to allocate with their rate and action.
Array [
seatIdinteger<int32>required
The seat identifier from the venue seat map.
rateIdinteger<int32>required
The rate identifier for pricing. (mandatory if selection)
priceVersioninteger<int32>required
The rate version identifier. (mandatory if selection)
]
EventimAllocateManualSeatsRequest
{
"cartId": 0,
"cartItemId": 0,
"eventId": 0,
"eventSessionId": 0,
"detail": [
{
"seatId": 0,
"rateId": 0,
"priceVersion": 0
}
]
}