The response is output cached for a maximum duration depending on preview.
Seat availability for showtime response returns 400 status when seat allocation for the showtime is disabled.
When a showtime's seats are sold out or the showtime is marked as sold out at Cinema, seat availability for showtime returns a 200 response with sold
status for all seats.
Success
Showtime does not exist.
{- "seatAvailabilities": [
- {
- "seatId": "string",
- "status": "Available"
}
], - "isSoldOut": true
}