Skip Navigation

PriorityBoarding

 

Element PriorityBoarding
Description Identifies if the priority boarding is free, chargeable, or not applicable.

 

Children

Name Description Min Occurs Max Occurs
Segment

Segment reference for priority boarding type,

1 unbounded

 

Attributes

Name Description Default
Type One-letter code applies: F - Free (No charge); C - Charge; N - Not applicable required

 

Sample SOAP Value

OTA Response:

<ShelvesDefinitions Mode="NAS">
    <Shelf Id="1"/>
    <Shelf Id="2">
      <Attribute Name="FreeBaggagePieces" Value="1"/>
      <Attribute Name="Seat" Type="Standard">
        <Description Name="Pitch" Value="34" Type="LessThan"/>
      </Attribute>
    </Shelf>
    <Shelf Id="3">
      <Attribute Name="Penalty" Value="Free" Type="Exchanges"/>
      <Attribute Name="FreeBaggagePieces" Value="2"/>
      <Attribute Name="CarryOnBaggage" Value="Free"/>
      <Attribute Name="SeatSelection" Value="Free"/>
      <Attribute Name="Seat" Type="Standard">
        <Description Name="Pitch" Value="34" Type="LessThan"/>
      </Attribute>
    </Shelf>
    <Shelf Id="4">
      <Attribute Name="Penalty" Value="Free" Type="Exchanges"/>
      <Attribute Name="FreeBaggagePieces" Value="2"/>
      <Attribute Name="CarryOnBaggage" Value="Free"/>
      <Attribute Name="SeatSelection" Value="Free"/>
      <Attribute Name="PriorityBoarding" Value="Free"/>
      <Attribute Name="Seat" Type="Recliner"/>
    </Shelf>
</ShelvesDefinitions>

­­GIR Response:


<Shelves Mode="NAS"/>
<ShelfDesc Id="1"/>
<ShelfDesc Id="2">
       <Attribute Name="FreeBaggagePieces" Value="1"/>
       <Attribute Name="Seat" Type="standard legroom"/>
       <Attribute Name="Seat" Type="below average legroom"/>
</ShelfDesc>
<ShelfDesc Id="3">
       <Attribute Name="Penalty" Value="Free" Type="Exchanges"/>
       <Attribute Name="FreeBaggagePieces" Value="2"/>
<Attribute Name="CarryOnBaggage" Value="Free"/>
       <Attribute Name="SeatSelection" Value="Free"/>
       <Attribute Name="Seat" Type="standard legroom"/>
</ShelfDesc>
<ShelfDesc Id="4">
       <Attribute Name="Penalty" Value="Free" Type="Exchanges"/>
       <Attribute Name="FreeBaggagePieces" Value="2"/>
<Attribute Name="CarryOnBaggage" Value="Free"/>
       <Attribute Name="SeatSelection" Value="Free"/>
       <Attribute Name="PriorityBoarding" Value="Free"/>
       <Attribute Name="Seat" Type="recliner seat"/>
</ShelfDesc>


<PassengerInfo>
...
       <BaggageInformation ProvisionType="CC" AirlineCode="XX">
             <Segment ID="0"/>
             <Allowance Ref="5"/>
       </BaggageInformation>
       <BaggageInformation ProvisionType="B" AirlineCode="XX">
             <Segment ID="0"/>
              <Allowance Ref="12"/>
       </BaggageInformation>
...
       <PriorityBoarding Type="C">
             <Segment ID="0"/>
       </PriorityBoarding>
</PassengerInfo>