Seat

  • The provided information describes the JSON representation of a ticket seat.

  • The Seat object includes fields for seat section, row, number, and type.

  • Seat type can specify if it is a regular or wheelchair seat, among others.

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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: