Swaps the seats for an order showtime within a completed standard order

This endpoint can only be used for completed orders. To change the seats in a in progress standard order, use SetShowtime instead.

Seats can only be swapped when order showtime seat swap status IsAvailable equals true.

Licenses Required

  • Vista.Ocapi
Request
path Parameters
orderId
required
string

The unique identifier of the completed standard order being modified

showtimeId
required
string

The unique identifier of the order showtime being modified

header Parameters
Connect-Region-Code
string

Region Code

Request Body schema:
required

The requested replacement seats

seats
required
Array of strings

Gets the list of unique identifiers of the requested seat entities

Responses
200

Success

400

Request property is invalid or missing, or seats cannot be swapped.

404

Order or showtime does not exist.

put/ocapi/v1/orders/completed/{orderId}/showtimes/{showtimeId}/seats
Request samples
{
  • "seats": [
    ]
}
Response samples
application/json
{
  • "order": {
    },
  • "relatedData": {
    }
}