AllocatedSeatsGroupDto
Group of seats allocated for one request detail. SOAP equivalent: an ACPO_AllocSAResponse.
isContiguousbooleanrequired
Whether the seats of this group are contiguous (SOAP: isContiguous).
seats object[]nullable
Allocated seats (SOAP: ListAllocSeat).
Array [
seatIdinteger<int32>required
Seat article identifier (SOAP: ID_Seat ← Article.ID_Article).
categoryIdinteger<int32>required
Category identifier (SOAP: ID_Category).
physicalSeatIdinteger<int32>required
Physical seat identifier (SOAP: ID_PhysicalSeat).
eventSessionIdinteger<int32>required
Event session identifier (SOAP: ID_CatalogContents).
]
AllocatedSeatsGroupDto
{
"isContiguous": true,
"seats": [
{
"seatId": 0,
"categoryId": 0,
"physicalSeatId": 0,
"eventSessionId": 0
}
]
}