Seat

  • The ticket seat information is represented using JSON format with fields for section, row, number, and type.

  • Seat type can specify regular seating, wheelchair accessibility, or other specific types.

Information about the ticket seat.

JSON representation
{
  "seatSection": string,
  "seatRow": string,
  "seatNumber": string,
  "seatingType": string
}
Fields
seatSection

string

Section.

seatRow

string

Row.

seatNumber

string

Seat number.

seatingType

string

Seat type: regular, wheelchair, etc.