Search

Search_1_2

Version 1.2. flight search.

Alternative airports only supported for GDS Sabre, Amadeus.
The GDS restriction: while requesting alternative airports, alternative flight classes/fares will not be requested for the Sabre GDS.

Request

  • RequestedFlightInfo - contains information about the flight segments you want to find. Data type - array.
  • RequestedFlightInfo.Direct - indicator of only direct flights search (optional). Data type - bool.
  • RequestedFlightInfo.AroundDates - value for searching by district dates (optional). Data type - unsigned 32-bit integer .
  • RequestedFlightInfo.ODPairs - contains information about the segments of the flight that you want to find. Data type - array.
  • RequestedFlightInfo.ODPair - segment of the flight you want to find. Data type - array.
  • RequestedFlightInfo.ODPair.DepatureDateTime - date and time from which the desired departure time begins. Data type - string, the format is yyyy-mm-ddthh:mm:ss.
  • RequestedFlightInfo.ODPair.MaxDepartureTime - maximum-allowed departure time (optional). Data type - string, the format is hh:mm.
  • RequestedFlightInfo.ODPair.DepaturePoint - contains information about the departure point. Data type - array.
  • RequestedFlightInfo.ODPair.DepaturePoint.Code - 3-letter code of the airport/city of departure. Data type - string.
  • RequestedFlightInfo.ODPair.DepaturePoint.IsCity - indication that the transmitted code is the city code (airport aggregator) (optional). If not passed to the request then the internal logic of determining this feature based on the directory is triggered. Data type - bool.
  • RequestedFlightInfo.ODPair.DepatureAltPoints - contains a list of alternative departure airports/cities. Data type - array. (optional).
  • RequestedFlightInfo.ODPair.DepatureAltPoints.AltPoint - alternative flight point. Contains information about the flight point. Data type - array. The format is similar to the DepaturePoint element.
  • RequestedFlightInfo.ODPair.ArrivalPoint - contains information about the arrival point. Data type - array. Format is similar to the DepaturePoint element.
  • RequestedFlightInfo.ODPair.ArrivalAltPoints - contains a list of alternative arrival points. Data type - array. Format is similar to the DepatureAltPoints element.
  • RequestedFlightInfo.ODPair.ID - ID of the element. Used when searching for options for exchange (optional).
  • Passengers - array of information about passengers for whom you want to find a flight. Data type - array.
  • Passengers.Passenger - information about the type of passengers for whom you want to find a flight. Data type - array.
  • Passengers.Passenger.Type - type of passengers for which you want to find a flight. Data type - enumeration, possible values:
    • ADT - adult - passenger over 12 years (default)
    • UNN - child - passenger older than 2 and under 12 years of age - unaccompanied by an adult
    • CNN - child - passenger over 2 and under 12 years of age
    • INF - infant - passenger under 2 years old - not occupying seats in the aircraft.
    • INS - infant - passenger under 2 years old - occupying seats in the aircraft.
    • MIL - military
    • SEA - seaman
    • SRC - elderly passenger
    • STU - student
    • YTH - youth
  • Passengers.Passenger.Count - number of passengers of chosen type for which you want to find a flight. Data type - 32-bit integer. Cannot be less than 1.
  • Restrictions - contains various restrictions applied to search results (optional). Data type - array.
  • Restrictions.CurrencyCode - 3-letter code for the currency of the search results output. Data type - string. Parameter is not supported.
  • Restrictions.CompanyFilter - array of airline filters. Data type - array.
  • Restrictions.CompanyFilter.Company - information about airline filtering. Data type - array.
  • Restrictions.CompanyFilter.Company.Code - 2-letter airline code which triggers the filter criteria. Data type - string.
  • Restrictions.CompanyFilter.Company.Include - filtering type. Data type - bool. If false is indicated, the specified airline will be excluded from the search results; if true is indicated - only this airline will be present in the search results, except the other airline specified in filter parameters with the true parameter.
  • Restrictions.CompanyFilter.Company.SegmentNumber - number of the requested flight segment (numbering from 1 in this case), for which this airline is required. Data type - 32-bit integer. Available only for Amadeus, Travelport uAPI, Sabre.
  • Restrictions.PrivateFaresOnly - search only for private fares, by default both private and public fares will be searched for, where it is supported. Data type - bool.
  • Restrictions.ClassPreference - contains a list of preferred flight classes. Data type - array.
  • Restrictions.ClassPreference.ClassOfService - type of preferred flight class. Data type - enumeration, possible values:
    • Economy - economy class only (default)
    • Business - business class only
    • First - first class only
    • PremiumEconomy - premium economy
    • All - all classes
  • Restrictions.MaxConnectionTime - maximum connection time in minutes. Data type - 32-bit integer. Only for GWS (Galileo Web Services).
  • Restrictions.ResultsGrouping - type of search results grouping. Data type - enumeration, possible values:
    • Simple - (default) simple grouping, the output is in the GroupSearch format
    • None - no grouping
  • Restrictions.SourcePreference - list of preferred flight sources. Data type - array.
  • Restrictions.SourcePreference.Source - ID of the preferred flight source. Data type - 32-bit integer.
  • Restrictions.RequestorTags - request sender tags. Data type - array.
  • Restrictions.RequestorTags.Tag - one of the request sender tags which describes it by some criterion. For example, with a “debug” tag in the response, a detailed ProcessingData block is returned. Data type - string.
  • Restrictions.MaxResultCount - maximum number of flights in the GDS response. Data type - 32-bit integer.
  • Restrictions.PriceRefundType - required price type in the search request. Data type - enumeration, possible values:
    • AnyLowest - the lowest prices (default)
    • Refundable - the lowest prices with the possibility of a free refund
    • Both - set of search retrieval searches for maximum and minimum return prices
  • Restrictions.AsyncSearch - requestmode: false (default) - synchronous search as before, true - asynchronous search with the ability to pull out the portions of supplier responses. Data type - bool.
  • Restrictions.ThreeDomainAgreementNumber - corporate client number in a three-party agreement. Data type - string.
  • Restrictions.PromotionCode — Promotion Code. Data type - string.
  • DataItems - to search with prices in miles, you must fill the DataItem = LoyaltyCard. The data type is complex. The format is described in DataItem.
  • EndUserData - end user data (optional). Data type - array, the format is similar to the EndUserData element from the DataItem.
  • SellingPointDescription - description of the selling point (optional). Data type - array, the format is similar to the SellingPointDescription element from DataItem.
Sample
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:avia="http://ws-ibe.com/Avia" xmlns:stl="http://ws-ibe.com/STL" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://websky-ibe.com/STL" xmlns:ns2="http://websky-ibe.com/Avia">
  <soapenv:Header/>
   <soapenv:Body>
    <avia:Search_1_2>
         <avia:Request>
        <stl:Requisites>
               <stl:AuthToken>token</stl:AuthToken>        
        </stl:Requisites>
            <stl:UserID>11111</stl:UserID>
            <stl:RequestType>P</stl:RequestType>
            <stl:RequestBody>
          <avia:RequestedFlightInfo>
                  <avia:Direct>false</avia:Direct>
                  <avia:ODPairs>
                     <avia:ODPair>
                 <avia:DepatureDateTime>2024-12-27T00:00:00</avia:DepatureDateTime>
                        <avia:DepaturePoint>
                          <avia:Code>PAR</avia:Code>
                           <avia:IsCity>true</avia:IsCity>
                        </avia:DepaturePoint>
                        <avia:ArrivalPoint>
                          <avia:Code>BCN</avia:Code>
                           <avia:IsCity>true</avia:IsCity>
                        </avia:ArrivalPoint>
                     </avia:ODPair>
                  </avia:ODPairs>
               </avia:RequestedFlightInfo>
               <avia:Passengers>
                  <avia:Passenger>
                     <avia:Type>ADT</avia:Type>
                     <avia:Count>1</avia:Count>
                  </avia:Passenger>
               </avia:Passengers>
               <avia:Restrictions>
                  <avia:ClassPreference>
                     <avia:ClassOfService>Economy</avia:ClassOfService>
                  </avia:ClassPreference>
                  <avia:ResultsGrouping>None</avia:ResultsGrouping>
                  <avia:SourcePreference>
                     <avia:Source>-11155</avia:Source>
                  </avia:SourcePreference>
               </avia:Restrictions>  
            </stl:RequestBody>
         </avia:Request>
      </avia:Search_1_2>
   </soapenv:Body>
</soapenv:Envelope>

Response

Sample
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <Search_1_2Response xmlns="http://ws-ibe.com/Avia">
         <Search_1_2Result xmlns:a="http://ws-ibe.com/STL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <a:RequestID>1000548368</a:RequestID>
            <a:ResponseBody>
               <SearchData>
                  <Now>2024-12-09 17:37:15 +03:00</Now>
                  <StartTime>2024-12-09 17:37:15 +03:00</StartTime>
                  <EndTime>2024-12-09 17:37:15 +03:00</EndTime>
                  <IsComplete>true</IsComplete>
                  <IsAsync>false</IsAsync>
                  <SearchThreads>
                     <SearchThreadInfo>
                        <SourceID>-11155</SourceID>
                        <IsComplete>true</IsComplete>
                        <StartTime>2024-12-09 14:37:15 +00:00</StartTime>
                        <Duration>00:00:00.2317892</Duration>
                        <FromCache>false</FromCache>
                        <OriginalSearchID>1000548368</OriginalSearchID>
                     </SearchThreadInfo>
                  </SearchThreads>
                  <ProcessingData>
                     <FlightsFromSuppliersCount>9</FlightsFromSuppliersCount>
                     <FlightsFromSuppliersSources>
                        <SourceData>
                           <SourceID>-11155</SourceID>
                           <Count>9</Count>
                        </SourceData>
                     </FlightsFromSuppliersSources>
                     <PropogatedFlightsCount>0</PropogatedFlightsCount>
                     <PropogatedFlightsSources/>
                     <PricingRulesCount>40</PricingRulesCount>
                     <PricingDuration>00:00:00</PricingDuration>
                     <AfterFilterFlightsCount>9</AfterFilterFlightsCount>
                     <AfterFilterFlightsSources>
                        <SourceData>
                           <SourceID>-11155</SourceID>
                           <Count>9</Count>
                        </SourceData>
                     </AfterFilterFlightsSources>
                     <BusinessRulesCount>2</BusinessRulesCount>
                     <BusinessRulesProcessingDuration>00:00:00</BusinessRulesProcessingDuration>
                  </ProcessingData>
               </SearchData>
               <PlaneFlights>
                  <Flight>
                     <a:ID>1000548368080000</a:ID>
                     <SourceID>-11155</SourceID>
                     <TypeInfo>
                        <Type>Regular</Type>
                        <DirectionType>OW</DirectionType>
                     </TypeInfo>
                     <MandatoryLatinNames>true</MandatoryLatinNames>
                     <ExpectedTicketCount>1</ExpectedTicketCount>
                     <Segments>
                        <Segment>
                           <a:ID>1</a:ID>
                           <DepAirp>
                              <AirportCode>CDG</AirportCode>
                              <CityCode>PAR</CityCode>
                              <UTC>1</UTC>
                              <Terminal>2F</Terminal>
                           </DepAirp>
                           <ArrAirp>
                              <AirportCode>BCN</AirportCode>
                              <CityCode>BCN</CityCode>
                              <UTC>1</UTC>
                              <Terminal>1</Terminal>
                           </ArrAirp>
                           <FlightNumber>603</FlightNumber>
                           <FlightTime>30</FlightTime>
                           <OpAirline>AY</OpAirline>
                           <MarkAirline>AY</MarkAirline>
                           <AircraftType>321</AircraftType>
                           <DepDateTime>2024-12-27T12:00:00</DepDateTime>
                           <ArrDateTime>2024-12-27T12:30:00</ArrDateTime>
                           <BookingClass>
                              <BaseClass>Economy</BaseClass>
                              <BookingClassCode>E</BookingClassCode>
                              <FreeSeatCount>9</FreeSeatCount>
                              <Cabin>Economy</Cabin>
                           </BookingClass>
                           <ETicket>true</ETicket>
                           <RequestedSegment>0</RequestedSegment>
                           <OpFlightNumber>603</OpFlightNumber>
                           <CabinLayout>C12Y120</CabinLayout>
                        </Segment>
                     </Segments>
                     <PriceInfo>
                        <Price>
                           <a:ID>1</a:ID>
                           <ValidatingCompany>AY</ValidatingCompany>
                           <Refundable>Refundable</Refundable>
                           <PrivateFareInd>false</PrivateFareInd>
                           <TicketTimeLimit>2024-12-09 18:08:00 +03:00</TicketTimeLimit>
                           <PassengerFares>
                              <PassengerFare>
                                 <SegmentRef>
                                    <a:Ref>1</a:Ref>
                                 </SegmentRef>
                                 <Type>ADT</Type>
                                 <Quantity>1</Quantity>
                                 <PricedAs>ADT</PricedAs>
                                 <BaseFare>
                                    <a:Amount>183</a:Amount>
                                    <a:Currency>EUR</a:Currency>
                                 </BaseFare>
                                 <EquiveFare>
                                    <a:Amount>183</a:Amount>
                                    <a:Currency>EUR</a:Currency>
                                 </EquiveFare>
                                 <TotalFare>
                                    <a:Amount>1461.55</a:Amount>
                                    <a:Currency>EUR</a:Currency>
                                 </TotalFare>
                                 <Taxes>
                                    <Tax>
                                       <a:Amount>1278.55</a:Amount>
                                       <a:Currency>EUR</a:Currency>
                                       <TaxCode>YQ</TaxCode>
                                       <AgencyAmount>4738</AgencyAmount>
                                       <Type>aircompany</Type>
                                    </Tax>
                                 </Taxes>
                                 <Tariffs>
                                    <Tariff>
                                       <Code>ELTOW</Code>
                                       <Type>Public</Type>
                                       <IsSystemTransfer>false</IsSystemTransfer>
                                       <SegNum>1</SegNum>
                                       <FreeBaggage>
                                          <a:Value>1</a:Value>
                                          <a:Measure>Pieces</a:Measure>
                                       </FreeBaggage>
                                       <FareFamilyDescID>440</FareFamilyDescID>
                                       <FareFamilyCode>Code</FareFamilyCode>
                                       <BookingClassCode>E</BookingClassCode>
                                       <BaggageDetailsList>
                                          <Baggage>
                                             <a:Type>CheckedBaggage</a:Type>
                                             <a:Count>1</a:Count>
                                             <a:Weight i:nil="true"/>
                                             <a:WeightUnit i:nil="true"/>
                                             <a:Size i:nil="true"/>
                                          </Baggage>
                                       </BaggageDetailsList>
                                    </Tariff>
                                 </Tariffs>
                              </PassengerFare>
                           </PassengerFares>
                           <TimeLimit zone="UTC">2024-12-09T15:08:00Z</TimeLimit>
                        </Price>
                     </PriceInfo>
                  </Flight>
                  <Flight>
                     <a:ID>1000548368080001</a:ID>
                     <SourceID>-11155</SourceID>
                     <TypeInfo>
                        <Type>Regular</Type>
                        <DirectionType>OW</DirectionType>
                     </TypeInfo>
                     <MandatoryLatinNames>true</MandatoryLatinNames>
                     <ExpectedTicketCount>1</ExpectedTicketCount>
                     <Segments>
                        <Segment>
                           <a:ID>1</a:ID>
                           <DepAirp>
                              <AirportCode>CDG</AirportCode>
                              <CityCode>PAR</CityCode>
                              <UTC>1</UTC>
                              <Terminal>2F</Terminal>
                           </DepAirp>
                           <ArrAirp>
                              <AirportCode>BCN</AirportCode>
                              <CityCode>BCN</CityCode>
                              <UTC>1</UTC>
                              <Terminal>1</Terminal>
                           </ArrAirp>
                           <FlightNumber>601</FlightNumber>
                           <FlightTime>120</FlightTime>
                           <OpAirline>AY</OpAirline>
                           <MarkAirline>AY</MarkAirline>
                           <AircraftType>321</AircraftType>
                           <DepDateTime>2024-12-27T09:30:00</DepDateTime>
                           <ArrDateTime>2024-12-27T11:30:00</ArrDateTime>
                           <BookingClass>
                              <BaseClass>Economy</BaseClass>
                              <BookingClassCode>W</BookingClassCode>
                              <FreeSeatCount>9</FreeSeatCount>
                              <Cabin>Economy</Cabin>
                           </BookingClass>
                           <ETicket>true</ETicket>
                           <RequestedSegment>0</RequestedSegment>
                           <OpFlightNumber>601</OpFlightNumber>
                           <CabinLayout>C12Y120</CabinLayout>
                        </Segment>
                     </Segments>
                     <PriceInfo>
                        <Price>
                           <a:ID>1</a:ID>
                           <ValidatingCompany>AY</ValidatingCompany>
                           <Refundable>Refundable</Refundable>
                           <PrivateFareInd>false</PrivateFareInd>
                           <TicketTimeLimit>2024-12-09 18:08:00 +03:00</TicketTimeLimit>
                           <PassengerFares>
                              <PassengerFare>
                                 <SegmentRef>
                                    <a:Ref>1</a:Ref>
                                 </SegmentRef>
                                 <Type>ADT</Type>
                                 <Quantity>1</Quantity>
                                 <PricedAs>ADT</PricedAs>
                                 <BaseFare>
                                    <a:Amount>329</a:Amount>
                                    <a:Currency>EUR</a:Currency>
                                 </BaseFare>
                                 <EquiveFare>
                                    <a:Amount>329</a:Amount>
                                    <a:Currency>EUR</a:Currency>
                                 </EquiveFare>
                                 <TotalFare>
                                    <a:Amount>1607.55</a:Amount>
                                    <a:Currency>EUR</a:Currency>
                                 </TotalFare>
                                 <Taxes>
                                    <Tax>
                                       <a:Amount>1278.55</a:Amount>
                                       <a:Currency>EUR</a:Currency>
                                       <TaxCode>YQ</TaxCode>
                                       <AgencyAmount>4738</AgencyAmount>
                                       <Type>aircompany</Type>
                                    </Tax>
                                 </Taxes>
                                 <Tariffs>
                                    <Tariff>
                                       <Code>WLTOW</Code>
                                       <Type>Public</Type>
                                       <IsSystemTransfer>false</IsSystemTransfer>
                                       <SegNum>1</SegNum>
                                       <FreeBaggage>
                                          <a:Value>1</a:Value>
                                          <a:Measure>Pieces</a:Measure>
                                       </FreeBaggage>
                                       <FareFamilyDescID>440</FareFamilyDescID>
                                       <FareFamilyCode>Code</FareFamilyCode>
                                       <BookingClassCode>W</BookingClassCode>
                                       <BaggageDetailsList>
                                          <Baggage>
                                             <a:Type>CheckedBaggage</a:Type>
                                             <a:Count>1</a:Count>
                                             <a:Weight i:nil="true"/>
                                             <a:WeightUnit i:nil="true"/>
                                             <a:Size i:nil="true"/>
                                          </Baggage>
                                       </BaggageDetailsList>
                                    </Tariff>
                                 </Tariffs>
                              </PassengerFare>
                           </PassengerFares>
                           <TimeLimit zone="UTC">2024-12-09T15:08:00Z</TimeLimit>
                        </Price>
                     </PriceInfo>
                  </Flight>
               </PlaneFlights>
               <FareFamiliesDescription>
                  <a:Description>
                     <a:ID>440</a:ID>
                     <a:Name>Code</a:Name>
                     <a:UniversalParameters>
                        <a:FareFamilyParameter>
                           <a:Code>baggage</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Luggage - not included in the fare</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Luggage is not included. You can buy extra baggage as an additional service.</a:Value>
                              </a:LangItem>
                           </a:FullDescription>
                           <a:NeedToPay>NotAvailable</a:NeedToPay>
                           <a:Priority>2</a:Priority>
                        </a:FareFamilyParameter>
                        <a:FareFamilyParameter>
                           <a:Code>carry_on</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Hand luggage - 8 kg</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Hand luggage - 1 piece up to 8 kg</a:Value>
                              </a:LangItem>
                           </a:FullDescription>
                           <a:NeedToPay>Free</a:NeedToPay>
                           <a:Priority>1</a:Priority>
                        </a:FareFamilyParameter>
                        <a:FareFamilyParameter>
                           <a:Code>exchangeable</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Non-exchangeble</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Exchange before/after departure is unavailable</a:Value>
                              </a:LangItem>
                           </a:FullDescription>
                           <a:NeedToPay>NotAvailable</a:NeedToPay>
                           <a:Priority>7</a:Priority>
                        </a:FareFamilyParameter>
                        <a:FareFamilyParameter>
                           <a:Code>refundable</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Non-refundable</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Refund before/after departure is unavailable</a:Value>
                              </a:LangItem>
                           </a:FullDescription>
                           <a:NeedToPay>NotAvailable</a:NeedToPay>
                           <a:Priority>6</a:Priority>
                        </a:FareFamilyParameter>
                        <a:FareFamilyParameter>
                           <a:Code>seats_registration</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Seat selection - available with a fee</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Seat selection - available with a fee</a:Value>
                              </a:LangItem>
                           </a:FullDescription>
                           <a:NeedToPay>Charge</a:NeedToPay>
                           <a:Priority>3</a:Priority>
                        </a:FareFamilyParameter>
                        <a:FareFamilyParameter>
                           <a:Code>miles</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>FFP miles - 25%</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>25% miles for Service Airline FFP members</a:Value>
                              </a:LangItem>
                           </a:FullDescription>
                           <a:NeedToPay>Free</a:NeedToPay>
                           <a:Priority>5</a:Priority>
                        </a:FareFamilyParameter>
                        <a:FareFamilyParameter>
                           <a:Code>vip_service</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>No VIP services</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>VIP services are not available</a:Value>
                              </a:LangItem>
                           </a:FullDescription>
                           <a:NeedToPay>NotAvailable</a:NeedToPay>
                           <a:Priority>4</a:Priority>
                        </a:FareFamilyParameter>
                        <a:FareFamilyParameter>
                           <a:Code>description</a:Code>
                           <a:ShortDescription>
                              <a:LangItem>
                                 <a:Code>EN</a:Code>
                                 <a:Value>Light</a:Value>
                              </a:LangItem>
                           </a:ShortDescription>
                           <a:FullDescription/>
                           <a:NeedToPay>Free</a:NeedToPay>
                           <a:Priority>0</a:Priority>
                        </a:FareFamilyParameter>
                     </a:UniversalParameters>
                  </a:Description>
               </FareFamiliesDescription>
               <SubsidiesInformation/>
            </a:ResponseBody>
         </Search_1_2Result>
      </Search_1_2Response>
   </s:Body>
</s:Envelope>