FlightPriceGroup

Flight (FlightPriceGroup)

Contains the following parameters:

  • OrderedFlightSegments - ordered set of flight segments. Data type - array.
  • OrderedFlightSegments.FlightSegment - information about the flight segment, contains the flight segment number. Data type - array.
  • OrderedFlightSegments.FlightSegment.RequestedSegment - flight segment number from the search request. Data type - 32-bit integer.
  • OrderedFlightSegments.FlightSegment.SegmentNumber - flight segment number. Data type - 64-bit integer.
  • Flights - array of flights that are based on this set of segments. Data type - array.
  • Flights.Flight - contains information about one flight based on a given set of segments. Data type - array.
  • Flights.Flight.FlightID - flight number, in fact the identifier of a certain combination of a flight segments set, each of which is uniquely associated with a certain itinerary and a particular price. Booking a flight is made by it. Data type - string.
  • Flights.Flight.PriceID - ID of the price on which this flight is based. Data type - 64-bit integer.
  • Flights.Flight.TypeInfo.Type - flight type. Data type - enumeration, possible values:
    • 0 (Regular) - Regular flight.
    • 1 (Charter) - Charter.
    • 2 (LowCost) - Low cost.
  • Flights.Flight.TypeInfo.MultyOWLeg - attribute showing that this flight is the leg of a multi-OW trip. Data type - bool.
  • Flights.Flight.TypeInfo.DirectionType - type of the flight itinerary. Data type - enumeration, possible values:
    • 0 (OW) - one direction flight. Simple flight consisting of one segment.
    • 1 (RT) - round trip. A 2-segment flight in which the departure point of the first segment coincides with the arrival point of the second segment AND the arrival point of the first segment coincides with the departure point of the second segment.
    • 2 (CT) - complex route. An arbitrary set of segments.
    • 3 (SingleOJ) - single Open Jaw. A 2-segment flight in which the departure point of the first segment coincides with the arrival point of the second segment OR the point of arrival of the first segment coincides with the departure point of the second segment.
    • 4 (DoubleOJ) - double Open Jaw. A 2-segment flight in which the departure point of the first segment DOES NOT coincide with the arrival point of the second segment AND the point of arrival of the first segment DOES NOT coincide with the departure point of the second segment.
    • 5 (hRT) - RT/2. A simple OW flight was requested, but on the basis of the settings of a certain package of requisites RT/2 search was initiated.
    • 6 (mOW) - OW + OW +. The requested flight from several segments was found as a collection of individual search results.
  • Flights.Flight.AdditionalPriceInfo - additional price information of the flight, contains information about the commission and taxes, margin for this flight. Data type - array.
  • Flights.Flight.AdditionalPriceInfo.Commission - commission for this flight. Data type - array.
  • Flights.Flight.AdditionalPriceInfo.Commission.AbsoluteValue - commission amount. Data type - fractional 32-bit number.
  • Flights.Flight.AdditionalPriceInfo.Commission.RelativeValue - percentage value of the commission. Data type - fractional 32-bit number.
  • Flights.Flight.AdditionalPriceInfo.Commission.Currency - ISO Alpha3 currency code. Data type - string.
  • Flights.Flight.AdditionalPriceInfo.Markup - charge for this flight. The array data type. The format is similar to the Flights.Flight.AdditionalPriceInfo.Commission element.
  • Flights.Flight.AdditionalPriceInfo.Margin - agency's profit for this flight. Data type - array. The format is similar to the Flights.Flight.AdditionalPriceInfo.Commission element.
  • SegmentSummaryConnectionTimeout - total waiting time between flight segments in the format (d.)hh:mm:ss. The time between segments from the request is not taken into account. Data type - string.
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>256568515</a:RequestID>
                <a:ResponseBody>
                    <SearchData/>
                    <SimpleGroupedFlights>
                        <AirItineraries>
                            <AirItinerary/>
                            <AirItinerary/>
                            <AirItinerary/>
                        </AirItineraries>
                        <Prices>
                            <GroupedPrice/>
                            <GroupedPrice/>
                            <GroupedPrice/>
                        </Prices>
                        <FlightSegments>
                            <FlightSegment/>
                            <FlightSegment/>
                            <FlightSegment/>
                        </FlightSegments>
                        <FlightPriceGroups>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>0</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>1</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090000</FlightID>
                                        <PriceIDs>
                                            <ID>0</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090009</FlightID>
                                        <PriceIDs>
                                            <ID>2</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090012</FlightID>
                                        <PriceIDs>
                                            <ID>3</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090024</FlightID>
                                        <PriceIDs>
                                            <ID>6</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090030</FlightID>
                                        <PriceIDs>
                                            <ID>7</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090036</FlightID>
                                        <PriceIDs>
                                            <ID>9</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090048</FlightID>
                                        <PriceIDs>
                                            <ID>12</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090054</FlightID>
                                        <PriceIDs>
                                            <ID>14</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090066</FlightID>
                                        <PriceIDs>
                                            <ID>17</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>0</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>2</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090001</FlightID>
                                        <PriceIDs>
                                            <ID>0</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090010</FlightID>
                                        <PriceIDs>
                                            <ID>2</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090013</FlightID>
                                        <PriceIDs>
                                            <ID>3</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090025</FlightID>
                                        <PriceIDs>
                                            <ID>6</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090031</FlightID>
                                        <PriceIDs>
                                            <ID>7</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090037</FlightID>
                                        <PriceIDs>
                                            <ID>9</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090049</FlightID>
                                        <PriceIDs>
                                            <ID>12</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090055</FlightID>
                                        <PriceIDs>
                                            <ID>14</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090067</FlightID>
                                        <PriceIDs>
                                            <ID>17</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>0</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>3</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090002</FlightID>
                                        <PriceIDs>
                                            <ID>0</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090011</FlightID>
                                        <PriceIDs>
                                            <ID>2</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090014</FlightID>
                                        <PriceIDs>
                                            <ID>3</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090026</FlightID>
                                        <PriceIDs>
                                            <ID>6</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090032</FlightID>
                                        <PriceIDs>
                                            <ID>7</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090038</FlightID>
                                        <PriceIDs>
                                            <ID>9</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090050</FlightID>
                                        <PriceIDs>
                                            <ID>12</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090056</FlightID>
                                        <PriceIDs>
                                            <ID>14</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090068</FlightID>
                                        <PriceIDs>
                                            <ID>17</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>4</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>1</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090003</FlightID>
                                        <PriceIDs>
                                            <ID>1</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090015</FlightID>
                                        <PriceIDs>
                                            <ID>4</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090021</FlightID>
                                        <PriceIDs>
                                            <ID>5</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090039</FlightID>
                                        <PriceIDs>
                                            <ID>10</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090045</FlightID>
                                        <PriceIDs>
                                            <ID>11</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090051</FlightID>
                                        <PriceIDs>
                                            <ID>13</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090063</FlightID>
                                        <PriceIDs>
                                            <ID>16</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090072</FlightID>
                                        <PriceIDs>
                                            <ID>18</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090078</FlightID>
                                        <PriceIDs>
                                            <ID>20</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>4</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>2</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090004</FlightID>
                                        <PriceIDs>
                                            <ID>1</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090016</FlightID>
                                        <PriceIDs>
                                            <ID>4</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090022</FlightID>
                                        <PriceIDs>
                                            <ID>5</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090040</FlightID>
                                        <PriceIDs>
                                            <ID>10</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090046</FlightID>
                                        <PriceIDs>
                                            <ID>11</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090052</FlightID>
                                        <PriceIDs>
                                            <ID>13</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090064</FlightID>
                                        <PriceIDs>
                                            <ID>16</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090073</FlightID>
                                        <PriceIDs>
                                            <ID>18</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090079</FlightID>
                                        <PriceIDs>
                                            <ID>20</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>4</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>3</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090005</FlightID>
                                        <PriceIDs>
                                            <ID>1</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090017</FlightID>
                                        <PriceIDs>
                                            <ID>4</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090023</FlightID>
                                        <PriceIDs>
                                            <ID>5</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090041</FlightID>
                                        <PriceIDs>
                                            <ID>10</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090047</FlightID>
                                        <PriceIDs>
                                            <ID>11</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090053</FlightID>
                                        <PriceIDs>
                                            <ID>13</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090065</FlightID>
                                        <PriceIDs>
                                            <ID>16</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090074</FlightID>
                                        <PriceIDs>
                                            <ID>18</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090080</FlightID>
                                        <PriceIDs>
                                            <ID>20</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>5</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>1</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090006</FlightID>
                                        <PriceIDs>
                                            <ID>1</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090018</FlightID>
                                        <PriceIDs>
                                            <ID>4</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090027</FlightID>
                                        <PriceIDs>
                                            <ID>6</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090033</FlightID>
                                        <PriceIDs>
                                            <ID>8</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090042</FlightID>
                                        <PriceIDs>
                                            <ID>10</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090057</FlightID>
                                        <PriceIDs>
                                            <ID>14</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090060</FlightID>
                                        <PriceIDs>
                                            <ID>15</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090069</FlightID>
                                        <PriceIDs>
                                            <ID>17</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090075</FlightID>
                                        <PriceIDs>
                                            <ID>19</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>5</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>2</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090007</FlightID>
                                        <PriceIDs>
                                            <ID>1</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090019</FlightID>
                                        <PriceIDs>
                                            <ID>4</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090028</FlightID>
                                        <PriceIDs>
                                            <ID>6</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090034</FlightID>
                                        <PriceIDs>
                                            <ID>8</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090043</FlightID>
                                        <PriceIDs>
                                            <ID>10</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090058</FlightID>
                                        <PriceIDs>
                                            <ID>14</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090061</FlightID>
                                        <PriceIDs>
                                            <ID>15</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090070</FlightID>
                                        <PriceIDs>
                                            <ID>17</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090076</FlightID>
                                        <PriceIDs>
                                            <ID>19</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                            <FlightPriceGroup>
                                <OrderedFlightSegments>
                                    <FlightSegment>
                                        <RequestedSegment>0</RequestedSegment>
                                        <SegmentNumber>5</SegmentNumber>
                                    </FlightSegment>
                                    <FlightSegment>
                                        <RequestedSegment>1</RequestedSegment>
                                        <SegmentNumber>3</SegmentNumber>
                                    </FlightSegment>
                                </OrderedFlightSegments>
                                <Flights>
                                    <Flight>
                                        <FlightID>10000000090008</FlightID>
                                        <PriceIDs>
                                            <ID>1</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090020</FlightID>
                                        <PriceIDs>
                                            <ID>4</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090029</FlightID>
                                        <PriceIDs>
                                            <ID>6</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090035</FlightID>
                                        <PriceIDs>
                                            <ID>8</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090044</FlightID>
                                        <PriceIDs>
                                            <ID>10</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090059</FlightID>
                                        <PriceIDs>
                                            <ID>14</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090062</FlightID>
                                        <PriceIDs>
                                            <ID>15</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090071</FlightID>
                                        <PriceIDs>
                                            <ID>17</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                    <Flight>
                                        <FlightID>10000000090077</FlightID>
                                        <PriceIDs>
                                            <ID>19</ID>
                                        </PriceIDs>
                                        <TypeInfo>
                                            <Type>Regular</Type>
                                            <DirectionType>RT</DirectionType>
                                        </TypeInfo>
                                        <ExpectedTicketCount>2</ExpectedTicketCount>
                                    </Flight>
                                </Flights>
                                <SegmentSummaryConnectionTimeout>00:00:00</SegmentSummaryConnectionTimeout>
                            </FlightPriceGroup>
                        </FlightPriceGroups>
                    </SimpleGroupedFlights>
                    <FareFamiliesDescription/>
                    <SubsidiesInformation/>
                </a:ResponseBody>
            </Search_1_2Result>
        </Search_1_2Response>
    </s:Body>
</s:Envelope>