Skip Navigation

Route Happy Amenities Request Example

   <OTA_AirLowFareSearchRQ
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns="http://www.opentravel.org/OTA/2003/05"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  Target="Production" ResponseVersion="DEV" Version="DEV" ResponseType="OTA">
  <POS>
    <Source PseudoCityCode="PCC1">
      <RequestorID Type="0.AAA.X" ID="REQ.ID">
        <CompanyName Code="TN"/>
      </RequestorID>
    </Source>
  </POS>
  <OriginDestinationInformation RPH="1">
    <DepartureDateTime>2021-06-05T00:00:00</DepartureDateTime>
    <OriginLocation LocationCode="KRK"/>
    <DestinationLocation LocationCode="NYC"/>
    <TPA_Extensions>
      <SegmentType Code="O"/>
    </TPA_Extensions>
  </OriginDestinationInformation>
  <TravelPreferences>
    <CabinPref PreferLevel="Preferred" Cabin="Y"/>
    <TPA_Extensions>
      <TripType Value="Return"/>
    </TPA_Extensions>
  </TravelPreferences>
  <TravelerInfoSummary>
    <SeatsRequested>1</SeatsRequested>
    <AirTravelerAvail>
      <PassengerTypeQuantity Code="ADT" Quantity="1"/>
    </AirTravelerAvail>
    <PriceRequestInformation>
      <TPA_Extensions>
      <BrandedFareIndicators MultipleBrandedFares="true" />
      </TPA_Extensions>
    </PriceRequestInformation>
  </TravelerInfoSummary>
  <TPA_Extensions>
    <IntelliSellTransaction>
    </IntelliSellTransaction>
    <RichContent FlightAmenities="true"/>
  </TPA_Extensions>
</OTA_AirLowFareSearchRQ>