put https://staging-api.moviexchange.com/mxt/ticketing/v1/cinema-chains//orders//showtimes//seats
Updates the selected seats for a given order
Example Request
{
"seats": [
{
"areaCategoryCode": "0000000001",
"areaNumber": 1,
"columnId": 0,
"rowId": 2
},
{
"areaCategoryCode": "0000000001",
"areaNumber": 1,
"columnId": 0,
"rowId": 3
}
]
}
For showtimes that have allocated seating (indicated by isAllocatedSeating for both the showtime and the ticket type being true), the customer may want to choose their own seats. They can update their selected seats using this endpoint. To present the customer with a seating layout, please refer to the Get Screen Layout for Order section.
License Requirements
MX Tickets