Skip Navigation

Vendor Preference Example Setup in the Request

<OTA_AirLowFareSearchRQ xmlns:xs="http://www.w3.org/2001/XMLSchema" Target="Production" Version="3.2.0" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <POS>
      <Source PseudoCityCode="PCC0">
         <RequestorID Type="0.AAA.X" ID="REQ.ID">
            <CompanyName Code="ABCDE"/>
         </RequestorID>
      </Source>
   </POS>
   <OriginDestinationInformation RPH="1">
      <DepartureDateTime>2017-12-20T00:00:00</DepartureDateTime>
      <OriginLocation LocationCode="JFK"/>
      <DestinationLocation LocationCode="YYZ"/>
      <TPA_Extensions>
         <SegmentType Code="O"/>
      </TPA_Extensions>
   </OriginDestinationInformation>
   <OriginDestinationInformation RPH="2">
      <DepartureDateTime>2017-12-30T00:00:00</DepartureDateTime>
      <OriginLocation LocationCode="YYZ"/>
      <DestinationLocation LocationCode="JFK"/>
      <TPA_Extensions>
         <SegmentType Code="O"/>
      </TPA_Extensions>
   </OriginDestinationInformation>
   <TravelPreferences>
      <VendorPrefPairing PreferLevel="Preferred" Applicability="AllSegments">
        <VendorPref Code="K0" Type="Marketing"/>
      </VendorPrefPairing>
      <TPA_Extensions>
      </TPA_Extensions>
   </TravelPreferences>
   <TravelerInfoSummary>
      <SeatsRequested>1</SeatsRequested>
      <AirTravelerAvail>
         <PassengerTypeQuantity Code="ADT" Quantity="1"/>
      </AirTravelerAvail>
      <PriceRequestInformation>
         <TPA_Extensions>
         </TPA_Extensions>
      </PriceRequestInformation>
   </TravelerInfoSummary>
   <TPA_Extensions>
      <IntelliSellTransaction Debug="0">
         <SabreAth Value="" BinarySecToken="" ConversationID=""/>
      </IntelliSellTransaction>
   </TPA_Extensions>
</OTA_AirLowFareSearchRQ>