EventimManualSeatDetailModel
Represents a specific seat to allocate with its rate and selection action.
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)
EventimManualSeatDetailModel
{
"seatId": 0,
"rateId": 0,
"priceVersion": 0
}