Using this endpoint over GetSeatAvailabilityForShowtime enables order-specific seat availability information and the pre-blocking of social distance seats.
If the underlying showtime is unallocated, showtime seat availability SeatAvailabilities will be set to an empty seat availability[]
This endpoint cannot be used for orders that do not support ticket selection.
Success
Requested order does not support ticket selection
Order or showtime does not exist.
{- "seatAvailabilities": [
- {
- "seatId": "string",
- "status": "Available"
}
], - "isSoldOut": true,
- "summary": {
- "areaCategoryId": "string",
- "totalCount": 0,
- "availableCount": 0
}, - "areaCategorySummaries": [
- {
- "areaCategoryId": "string",
- "totalCount": 0,
- "availableCount": 0
}
]
}