Skip Navigation

RequestType (Baggage)

Route Happy

 

Attribute RequestType
Type BaggageRequestType
Description Allows you to request baggage information. It allows requesting CarryOn baggage information independently, without the need to display other baggage types.

 

Sample SOAP Value

<TravelPreferences>
  <TPA_Extensions>
    <FlexibleFares>
      <FareParameters>
        <Baggage FreePieceRequired="true" FreeCarryOn="true"/>
        <Leg Number="1">
          <Baggage FreePieceRequired="false" FreeCarryOn="false"/>
        </Leg>
      </FareParameters>
    </FlexibleFares>
  </TPA_Extensions>
  <Baggage Description="true" RequestType="A" RequestedPieces="4" CarryOnInfo="true" FreeCarryOn="true" FreePieceRequired="true"/>
</TravelPreferences>