Skip Navigation

Type

 

Attribute Type
Description Short name of a seat type. It can be Standard, Middle seat free, Skycouch, Recliner, or Flat.
Type string
Use required

 

Sample SOAP Value

OTA Response Format:  

 <Shelf Id="2">
      <Seat Type="Standard" LessThan="34"/>
      <Options Min="2">
        <Option SeatSelection="free"/>
        <Option Exchanges="allowed"/>
      </Options>
    </Shelf>

GIR Response Format:

<ShelfDesc Id="2">
    <Seat Type="Standard" LessThan="34"/>
    <Options Min="2">
      <Option SeatSelection="free"/>
      <Option Exchanges="allowed"/>
    </Options>
  </ShelfDesc>