Skip Navigation

Exchange Shop AS

1.2.1
Air
Ticketing
SOAP API
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Exchange Shop AS (TKT_ExchangeShoppingRQ) is used to allow an airline customer (who needs to change a ticketed itinerary) to get information about available alternate itinerary options along with the cost of each exchange.

Target Audience
Airline Carrier
API Version
1.2.1
Authentication
Session Token
Service Action Code
TKT_ExchangeShoppingRQ

Exchange Shop allows airline customers to shop for available prices and routes when considering an itinerary change. With this solution, the customer will no longer need to go through a series of steps in order to find the most cost effective flight alternative for new desired travel dates and/or departure/arrival cities or airports.

Customers are able to consider various itinerary options and review the costs that would apply without having to alter their confirmed seats.

Exchange Shop provides the following benefits:

  • Identifies fares in the ticket to be exchanged and, if all of them have Category 31 (Voluntary Changes) filed, returns available itinerary options that are Category 31 compliant and the exchange cost for each passenger in the request.
  • Allows shopping for alternate board points, off points and/or travel dates of a ticketed itinerary.
  • Provides a configurable setting to specify the maximum number of itinerary solutions to be returned.
  • When there are multiple passengers in the PNR, provides the ability to select all or some of passengers to be considered during the Exchange Shop process.
  • Provides ability to initiate Exchange Shop from unchanged PNRs or those that have been modified (segments added, deleted or changed).
  • Provides ability to initiate Exchange Shop when there is no PNR (Example: PNR was purged).
  • Provides ability to add legs to the originally ticketed itinerary (Example: Changing it from a one-way to a round-trip fare).

In addition, customers are able to shop using the following optional qualifiers:

  • Search for a preferred airline.
  • Exclude an airline or search with non-preferred airline.
  • Specify the maximum number of connections.
  • Specify the maximum number of stops.
  • Specify online carrier service only.
  • Specify interline carrier service.
  • Search by date and time.
  • Specify specific connection cities/airports.
  • Use same connecting points.
  • Shop by cabin class.
  • Shop by corporate ID.
  • Shop by Account Code.
  • Override Passenger Type Code (PTC).
  • Override default payment currency.

The Exchange Shop web service can be used by XML based web sites, internet booking engines, front end GUI web services, kiosk web services, and mobile applications.

To exchange tickets to one of the itinerary options found using this service, AERRQ service can be used.

Please note: Exchange Shop is a Premium shopping solution requiring a subscription. Please contact your Sabre Account Manager for subscription details.

Sample Request
<ExchangeShoppingRQ
       Version="1.2.1" maxSolutions="3" requestType="context"
       xmlns="http://www.sabre.com/ns/Ticketing/exchangeshop/1.0">
    <Header/>
    <POS>
        <ns1:Pseudo
               xmlns:ns1="http://services.sabre.com/STL/v01">JFK</ns1:Pseudo>
        <ns2:Actual
               xmlns:ns2="http://services.sabre.com/STL/v01">JFK</ns2:Actual>
        <ns3:Home
               xmlns:ns3="http://services.sabre.com/STL/v01">JFK</ns3:Home>
        <ns4:Sine
               xmlns:ns4="http://services.sabre.com/STL/v01">SSW</ns4:Sine>
        <ns5:DutyCode
               xmlns:ns5="http://services.sabre.com/STL/v01">5</ns5:DutyCode>
        <OfficeAccountingCode>
            <PersonalCityCode>JFK</PersonalCityCode>
            <PersonalAccountCode>LX</PersonalAccountCode>
            <OfficeCode>7599584</OfficeCode>
        </OfficeAccountingCode>
        <StationNumber>7599584</StationNumber>
        <ShoppingPath
               requestType="ADVEXC"/>
    </POS>
    <TicketingProvider>SU</TicketingProvider>
    <PassengerInformation>
        <PassengerWithPNR
               firstName="ARTI" lastName="MOHAN" pnrLocator="DBYUJM"
               referenceNumber="01.01">
            <DocumentNumber>5552139320393</DocumentNumber>
        </PassengerWithPNR>
    </PassengerInformation>
    <OriginDestinationInformation
           fullDiversity="true"
           shopIndicator="true">
        <DateTimeSelection>
            <DepartureDate>2022-01-28</DepartureDate>
        </DateTimeSelection>
        <StartLocation>SVO</StartLocation>
        <EndLocation>LHR</EndLocation>
    </OriginDestinationInformation>
    <OriginDestinationInformation
           shopIndicator="true">
        <DateTimeSelection>
            <DepartureDate>2022-02-13</DepartureDate>
        </DateTimeSelection>
        <StartLocation>LHR</StartLocation>
        <EndLocation>SVO</EndLocation>
    </OriginDestinationInformation>
    <TravelPreferences>
        <PriceRequestInformation
               brandedFares="true"/>
    </TravelPreferences>
</ExchangeShoppingRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope
       xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:Header>
        <eb:MessageHeader
               eb:version="1.0" soap-env:mustUnderstand="1"
               xmlns:eb="http://www.ebxml.org/namespaces/messageHeader">
            <eb:From>
                <eb:PartyId
                       eb:type="urn:x12.org:IO5:01">123123
                </eb:PartyId>
            </eb:From>
            <eb:To>
                <eb:PartyId
                       eb:type="urn:x12.org:IO5:01">999999
                </eb:PartyId>
            </eb:To>
            <eb:CPAId>IPCC</eb:CPAId>
            <eb:ConversationId>ABC123</eb:ConversationId>
            <eb:Service
                   eb:type="OTA">TKT_ExchangeShoppingRQ
            </eb:Service>
            <eb:Action>TKT_ExchangeShoppingRS</eb:Action>
            <eb:MessageData>
                <eb:MessageId>1430177781990351910</eb:MessageId>
                <eb:Timestamp>2021-12-19T21:43:24</eb:Timestamp>
                <eb:RefToMessageId>1000</eb:RefToMessageId>
            </eb:MessageData>
        </eb:MessageHeader>
        <wsse:Security
               xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
            <wsse:BinarySecurityToken
                   EncodingType="wsse:Base64Binary"
                   valueType="String">
                Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!1639950197231!2354!517
            </wsse:BinarySecurityToken>
        </wsse:Security>
    </soap-env:Header>
    <soap-env:Body>
        <ExchangeShoppingRS
               Version="1.2.1" solutions="8"
               xmlns="http://www.sabre.com/ns/Ticketing/exchangeshop/1.0">
            <Header
                   messageID="LTXLD_TKT_05-5360-1505536555-1639950199154-126910-exs"
                   timeStamp="2021-12-19T15:43:19">
                <STL:OrchestrationID seq="2"
                                    xmlns:STL="http://services.sabre.com/STL/v01">
                    LTXLD_TKT_05-5360-1505536555-1639950199154-126910-exs
                </STL:OrchestrationID>
                <STL:Results
                       xmlns:STL="http://services.sabre.com/STL/v01">
                    <STL:Success>
                        <STL:System>TKT-WS</STL:System>
                        <STL:Source>EXS</STL:Source>
                    </STL:Success>
                </STL:Results>
            </Header>
            <POS>
                <ns1:Pseudo
                       xmlns:ns1="http://services.sabre.com/STL/v01">JFK
                </ns1:Pseudo>
                <ns2:Actual
                       xmlns:ns2="http://services.sabre.com/STL/v01">JFK
                </ns2:Actual>
                <ns3:Home
                       xmlns:ns3="http://services.sabre.com/STL/v01">JFK
                </ns3:Home>
                <ns4:Sine
                       xmlns:ns4="http://services.sabre.com/STL/v01">SSW
                </ns4:Sine>
                <ns5:DutyCode
                       xmlns:ns5="http://services.sabre.com/STL/v01">5
                </ns5:DutyCode>
                <OfficeAccountingCode>
                    <PersonalCityCode>JFK</PersonalCityCode>
                    <PersonalAccountCode>LX</PersonalAccountCode>
                    <OfficeCode>7599584</OfficeCode>
                </OfficeAccountingCode>
                <StationNumber>7599584</StationNumber>
                <ShoppingPath
                       requestType="ADVEXC"/>
            </POS>
            <Solution pricingSequence="1"
                     sequence="1">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="265" endLocation="LHR" segmentQuantity="1"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="265"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T09:45:00" endLocation="LHR"
                                           marketingFlightNumber="2574" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T08:20:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="D"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="4"/>
                            <OperatingProviderDetails
                                   flightNumber="2574"/>
                            <Equipment
                                   type="73H"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="255" endLocation="SVO" segmentQuantity="1"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="255"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T18:10:00" endLocation="SVO"
                                           marketingFlightNumber="262" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="2"
                                           startDateTime="2022-02-13T10:55:00" startLocation="LHR"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     brandingProgram="355726" mixedBrands="false"
                     passengersInDifferentCabins="false" postCalcIndex="2"
                     requireSplitPNR="false"
                     valid="true">
                    <ReservationSegmentDetails
                           segmentNumber="1">
                        <PassengerBookingDetails
                               bookingClass="K" brand="EL" brandName="ECONOMY FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="Y"
                               documentNumber="5552139320393" fareBasis="KFM" meal="B"
                               seatsRemaining="4">
                            <FareComponent directionality="FROM"
                                          endLocation="LHR"
                                          startLocation="SVO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails
                           segmentNumber="2">
                        <PassengerBookingDetails
                               bookingClass="K" brand="EL" brandName="ECONOMY FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="Y"
                               documentNumber="5552139320393" fareBasis="KFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="TO"
                                          endLocation="SVO"
                                          startLocation="LHR"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger
                               documentNumber="5552139320393" firstName="ARTI" lastName="MOHAN"
                               type="ADT">
                            <ResultPriceDifference
                                   differenceType="Refund"
                                   lastDayToTicket="2021-12-22">
                                <FareDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">0
                                </FareDifference>
                                <TaxDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </TaxDifference>
                                <SubtotalDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </SubtotalDifference>
                                <GrandTotalDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference
                           differenceType="Refund"
                           lastDayToTicket="2021-12-22">
                        <FareDifference
                               currencyCode="RUB"
                               decimalPlace="0">0
                        </FareDifference>
                        <TaxDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </TaxDifference>
                        <SubtotalDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </SubtotalDifference>
                        <GrandTotalDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <Fare
                       brand="CC" invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     invalidReason="F" valid="false"/>
                <Fare brand="BC"
                     invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     brandingProgram="355726" mixedBrands="false"
                     passengersInDifferentCabins="false" postCalcIndex="6"
                     requireSplitPNR="false"
                     valid="true">
                    <ReservationSegmentDetails
                           segmentNumber="1">
                        <PassengerBookingDetails
                               bookingClass="Z" brand="BL" brandName="BUSINESS FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="C"
                               documentNumber="5552139320393" fareBasis="ZFM" meal="B"
                               seatsRemaining="4">
                            <FareComponent directionality="FROM"
                                          endLocation="LHR"
                                          startLocation="SVO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails
                           segmentNumber="2">
                        <PassengerBookingDetails
                               bookingClass="Z" brand="BL" brandName="BUSINESS FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="C"
                               documentNumber="5552139320393" fareBasis="ZFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="TO"
                                          endLocation="SVO"
                                          startLocation="LHR"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger
                               documentNumber="5552139320393" firstName="ARTI" lastName="MOHAN"
                               type="ADT">
                            <ResultPriceDifference
                                   differenceType="AddCollect"
                                   lastDayToTicket="2021-12-22">
                                <FareDifference
                                       currencyCode="USD"
                                       decimalPlace="2">922.00
                                </FareDifference>
                                <TaxDifference
                                       currencyCode="USD"
                                       decimalPlace="2">127.40
                                </TaxDifference>
                                <SubtotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">1049.40
                                </SubtotalDifference>
                                <GrandTotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">1049.40
                                </GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference
                           differenceType="AddCollect"
                           lastDayToTicket="2021-12-22">
                        <FareDifference
                               currencyCode="USD"
                               decimalPlace="2">922.00
                        </FareDifference>
                        <TaxDifference
                               currencyCode="USD"
                               decimalPlace="2">127.40
                        </TaxDifference>
                        <SubtotalDifference
                               currencyCode="USD"
                               decimalPlace="2">1049.40
                        </SubtotalDifference>
                        <GrandTotalDifference
                               currencyCode="USD"
                               decimalPlace="2">1049.40
                        </GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <Fare
                       brand="FE" invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
            <Solution
                   pricingSequence="2"
                   sequence="2">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="255" endLocation="LHR" segmentQuantity="1"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="255"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T12:15:00" endLocation="LHR"
                                           marketingFlightNumber="2578" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T11:00:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="D"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="4"/>
                            <OperatingProviderDetails
                                   flightNumber="2578"/>
                            <Equipment
                                   type="77W"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="230" endLocation="SVO" segmentQuantity="1"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="230"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T20:20:00" endLocation="SVO"
                                           marketingFlightNumber="2579" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="2"
                                           startDateTime="2022-02-13T13:30:00" startLocation="LHR"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     brandingProgram="355726" mixedBrands="false"
                     passengersInDifferentCabins="false" postCalcIndex="13"
                     requireSplitPNR="false"
                     valid="true">
                    <ReservationSegmentDetails
                           segmentNumber="1">
                        <PassengerBookingDetails
                               bookingClass="K" brand="EL" brandName="ECONOMY FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="Y"
                               documentNumber="5552139320393" fareBasis="KFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="FROM"
                                          endLocation="LHR"
                                          startLocation="SVO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails
                           segmentNumber="2">
                        <PassengerBookingDetails
                               bookingClass="K" brand="EL" brandName="ECONOMY FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="Y"
                               documentNumber="5552139320393" fareBasis="KFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="TO"
                                          endLocation="SVO"
                                          startLocation="LHR"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger
                               documentNumber="5552139320393" firstName="ARTI" lastName="MOHAN"
                               type="ADT">
                            <ResultPriceDifference
                                   differenceType="Refund"
                                   lastDayToTicket="2021-12-22">
                                <FareDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">0
                                </FareDifference>
                                <TaxDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </TaxDifference>
                                <SubtotalDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </SubtotalDifference>
                                <GrandTotalDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference
                           differenceType="Refund"
                           lastDayToTicket="2021-12-22">
                        <FareDifference
                               currencyCode="RUB"
                               decimalPlace="0">0
                        </FareDifference>
                        <TaxDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </TaxDifference>
                        <SubtotalDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </SubtotalDifference>
                        <GrandTotalDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <Fare
                       brand="CC" invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     brandingProgram="355726" mixedBrands="false"
                     passengersInDifferentCabins="false" postCalcIndex="15"
                     requireSplitPNR="false"
                     valid="true">
                    <ReservationSegmentDetails
                           segmentNumber="1">
                        <PassengerBookingDetails
                               bookingClass="S" brand="CL" brandName="COMFORT FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="S"
                               documentNumber="5552139320393" fareBasis="SFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="FROM"
                                          endLocation="LHR"
                                          startLocation="SVO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails
                           segmentNumber="2">
                        <PassengerBookingDetails
                               bookingClass="S" brand="CL" brandName="COMFORT FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="S"
                               documentNumber="5552139320393" fareBasis="SFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="TO"
                                          endLocation="SVO"
                                          startLocation="LHR"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger
                               documentNumber="5552139320393" firstName="ARTI" lastName="MOHAN"
                               type="ADT">
                            <ResultPriceDifference
                                   differenceType="AddCollect"
                                   lastDayToTicket="2021-12-22">
                                <FareDifference
                                       currencyCode="USD"
                                       decimalPlace="2">170.00
                                </FareDifference>
                                <TaxDifference
                                       currencyCode="USD"
                                       decimalPlace="2">71.00
                                </TaxDifference>
                                <SubtotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">241.00
                                </SubtotalDifference>
                                <GrandTotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">241.00
                                </GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference
                           differenceType="AddCollect"
                           lastDayToTicket="2021-12-22">
                        <FareDifference
                               currencyCode="USD"
                               decimalPlace="2">170.00
                        </FareDifference>
                        <TaxDifference
                               currencyCode="USD"
                               decimalPlace="2">71.00
                        </TaxDifference>
                        <SubtotalDifference
                               currencyCode="USD"
                               decimalPlace="2">241.00
                        </SubtotalDifference>
                        <GrandTotalDifference
                               currencyCode="USD"
                               decimalPlace="2">241.00
                        </GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <Fare
                       brand="BC" invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     brandingProgram="355726" mixedBrands="false"
                     passengersInDifferentCabins="false" postCalcIndex="17"
                     requireSplitPNR="false"
                     valid="true">
                    <ReservationSegmentDetails
                           segmentNumber="1">
                        <PassengerBookingDetails
                               bookingClass="Z" brand="BL" brandName="BUSINESS FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="C"
                               documentNumber="5552139320393" fareBasis="ZFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="FROM"
                                          endLocation="LHR"
                                          startLocation="SVO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails
                           segmentNumber="2">
                        <PassengerBookingDetails
                               bookingClass="Z" brand="BL" brandName="BUSINESS FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="C"
                               documentNumber="5552139320393" fareBasis="ZFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="TO"
                                          endLocation="SVO"
                                          startLocation="LHR"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger
                               documentNumber="5552139320393" firstName="ARTI" lastName="MOHAN"
                               type="ADT">
                            <ResultPriceDifference
                                   differenceType="AddCollect"
                                   lastDayToTicket="2021-12-22">
                                <FareDifference
                                       currencyCode="USD"
                                       decimalPlace="2">922.00
                                </FareDifference>
                                <TaxDifference
                                       currencyCode="USD"
                                       decimalPlace="2">127.40
                                </TaxDifference>
                                <SubtotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">1049.40
                                </SubtotalDifference>
                                <GrandTotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">1049.40
                                </GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference
                           differenceType="AddCollect"
                           lastDayToTicket="2021-12-22">
                        <FareDifference
                               currencyCode="USD"
                               decimalPlace="2">922.00
                        </FareDifference>
                        <TaxDifference
                               currencyCode="USD"
                               decimalPlace="2">127.40
                        </TaxDifference>
                        <SubtotalDifference
                               currencyCode="USD"
                               decimalPlace="2">1049.40
                        </SubtotalDifference>
                        <GrandTotalDifference
                               currencyCode="USD"
                               decimalPlace="2">1049.40
                        </GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <Fare
                       brand="FE" invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
            <Solution
                   pricingSequence="3"
                   sequence="3">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="265" endLocation="LHR" segmentQuantity="1"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="265"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T09:30:00" endLocation="LHR"
                                           marketingFlightNumber="2580" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T08:05:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="D"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="4"/>
                            <OperatingProviderDetails
                                   flightNumber="2580"/>
                            <Equipment
                                   type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="245" endLocation="SVO" segmentQuantity="1"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="245"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T17:45:00" endLocation="SVO"
                                           marketingFlightNumber="2581" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="2"
                                           startDateTime="2022-02-13T10:40:00" startLocation="LHR"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     brandingProgram="355726" mixedBrands="false"
                     passengersInDifferentCabins="false" postCalcIndex="24"
                     requireSplitPNR="false"
                     valid="true">
                    <ReservationSegmentDetails
                           segmentNumber="1">
                        <PassengerBookingDetails
                               bookingClass="K" brand="EL" brandName="ECONOMY FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="Y"
                               documentNumber="5552139320393" fareBasis="KFM" meal="B"
                               seatsRemaining="4">
                            <FareComponent directionality="FROM"
                                          endLocation="LHR"
                                          startLocation="SVO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails
                           segmentNumber="2">
                        <PassengerBookingDetails
                               bookingClass="K" brand="EL" brandName="ECONOMY FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="Y"
                               documentNumber="5552139320393" fareBasis="KFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="TO"
                                          endLocation="SVO"
                                          startLocation="LHR"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger
                               documentNumber="5552139320393" firstName="ARTI" lastName="MOHAN"
                               type="ADT">
                            <ResultPriceDifference
                                   differenceType="Refund"
                                   lastDayToTicket="2021-12-22">
                                <FareDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">0
                                </FareDifference>
                                <TaxDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </TaxDifference>
                                <SubtotalDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </SubtotalDifference>
                                <GrandTotalDifference
                                       currencyCode="RUB"
                                       decimalPlace="0">-205
                                </GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference
                           differenceType="Refund"
                           lastDayToTicket="2021-12-22">
                        <FareDifference
                               currencyCode="RUB"
                               decimalPlace="0">0
                        </FareDifference>
                        <TaxDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </TaxDifference>
                        <SubtotalDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </SubtotalDifference>
                        <GrandTotalDifference
                               currencyCode="RUB"
                               decimalPlace="0">-205
                        </GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <Fare
                       brand="CC" invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     invalidReason="F" valid="false"/>
                <Fare brand="BC"
                     invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     brandingProgram="355726" mixedBrands="false"
                     passengersInDifferentCabins="false" postCalcIndex="28"
                     requireSplitPNR="false"
                     valid="true">
                    <ReservationSegmentDetails
                           segmentNumber="1">
                        <PassengerBookingDetails
                               bookingClass="Z" brand="BL" brandName="BUSINESS FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="C"
                               documentNumber="5552139320393" fareBasis="ZFM" meal="B"
                               seatsRemaining="4">
                            <FareComponent directionality="FROM"
                                          endLocation="LHR"
                                          startLocation="SVO"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <ReservationSegmentDetails
                           segmentNumber="2">
                        <PassengerBookingDetails
                               bookingClass="Z" brand="BL" brandName="BUSINESS FLEX"
                               brandingProgram="355726" brandingProgramCode="AWA"
                               brandingProgramDescription="AWARD TRAVEL TEST - AP"
                               brandingProgramSystemCode="A" cabin="C"
                               documentNumber="5552139320393" fareBasis="ZFM" meal="L"
                               seatsRemaining="4">
                            <FareComponent directionality="TO"
                                          endLocation="SVO"
                                          startLocation="LHR"/>
                        </PassengerBookingDetails>
                    </ReservationSegmentDetails>
                    <PassengerPriceInformation>
                        <Passenger
                               documentNumber="5552139320393" firstName="ARTI" lastName="MOHAN"
                               type="ADT">
                            <ResultPriceDifference
                                   differenceType="AddCollect"
                                   lastDayToTicket="2021-12-22">
                                <FareDifference
                                       currencyCode="USD"
                                       decimalPlace="2">922.00
                                </FareDifference>
                                <TaxDifference
                                       currencyCode="USD"
                                       decimalPlace="2">127.40
                                </TaxDifference>
                                <SubtotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">1049.40
                                </SubtotalDifference>
                                <GrandTotalDifference
                                       currencyCode="USD"
                                       decimalPlace="2">1049.40
                                </GrandTotalDifference>
                            </ResultPriceDifference>
                        </Passenger>
                    </PassengerPriceInformation>
                    <TotalPriceDifference
                           differenceType="AddCollect"
                           lastDayToTicket="2021-12-22">
                        <FareDifference
                               currencyCode="USD"
                               decimalPlace="2">922.00
                        </FareDifference>
                        <TaxDifference
                               currencyCode="USD"
                               decimalPlace="2">127.40
                        </TaxDifference>
                        <SubtotalDifference
                               currencyCode="USD"
                               decimalPlace="2">1049.40
                        </SubtotalDifference>
                        <GrandTotalDifference
                               currencyCode="USD"
                               decimalPlace="2">1049.40
                        </GrandTotalDifference>
                    </TotalPriceDifference>
                </Fare>
                <Fare
                       brand="FE" invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
            <Solution
                   pricingSequence="1"
                   sequence="4">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="415" endLocation="LHR" segmentQuantity="2"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="200"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T09:15:00" endLocation="MUC"
                                           marketingFlightNumber="2320" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T07:55:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="C"/>
                            <EndLocationDetails GMTOffset="1"
                                               terminalID="1"/>
                            <OperatingProviderDetails
                                   flightNumber="2320"/>
                            <Equipment
                                   type="32B"/>
                        </ReservationSegment>
                        <ReservationSegment
                               elapsedTime="130" electronicTicketingIndicator="false"
                               endDateTime="2022-01-28T11:50:00" endLocation="LHR"
                               marketingFlightNumber="949" marketingProvider="BA"
                               marriageGroup="O" operatingProvider="BA" segmentNumber="2"
                               startDateTime="2022-01-28T10:40:00" startLocation="MUC"
                               stopQuantity="0">
                            <StartLocationDetails GMTOffset="1"
                                                 terminalID="1"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="5"/>
                            <OperatingProviderDetails
                                   flightNumber="949"/>
                            <Equipment
                                   type="32N"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="280" endLocation="SVO" segmentQuantity="2"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="80"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T09:40:00" endLocation="CDG"
                                           marketingFlightNumber="11" marketingProvider="K0"
                                           marriageGroup="O" operatingProvider="K0" segmentNumber="3"
                                           startDateTime="2022-02-13T07:20:00" startLocation="LHR"
                                           stopQuantity="0"/>
                        <ReservationSegment elapsedTime="30"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T15:00:00" endLocation="SVO"
                                           marketingFlightNumber="998" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="4"
                                           startDateTime="2022-02-13T12:30:00" startLocation="CDG"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     invalidReason="F" valid="false"/>
                <Fare brand="CC"
                     invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     invalidReason="F" valid="false"/>
                <Fare brand="BC"
                     invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     invalidReason="F" valid="false"/>
                <Fare brand="FE"
                     invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
            <Solution
                   pricingSequence="2"
                   sequence="5">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="420" endLocation="LHR" segmentQuantity="2"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="230"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T10:50:00" endLocation="ZRH"
                                           marketingFlightNumber="2486" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T09:00:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="D"/>
                            <EndLocationDetails
                                   GMTOffset="1"/>
                            <OperatingProviderDetails
                                   flightNumber="2486"/>
                            <Equipment
                                   type="32B"/>
                        </ReservationSegment>
                        <ReservationSegment
                               elapsedTime="115" electronicTicketingIndicator="false"
                               endDateTime="2022-01-28T13:00:00" endLocation="LHR"
                               marketingFlightNumber="332" marketingProvider="LX"
                               marriageGroup="O" operatingProvider="LX" segmentNumber="2"
                               startDateTime="2022-01-28T12:05:00" startLocation="ZRH"
                               stopQuantity="0">
                            <StartLocationDetails
                                   GMTOffset="1"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="2"/>
                            <OperatingProviderDetails
                                   flightNumber="332"/>
                            <Equipment
                                   type="321"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="395" endLocation="SVO" segmentQuantity="2"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="105"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T09:55:00" endLocation="FRA"
                                           marketingFlightNumber="902" marketingProvider="BA"
                                           marriageGroup="O" operatingProvider="BA" segmentNumber="3"
                                           startDateTime="2022-02-13T07:10:00" startLocation="LHR"
                                           stopQuantity="0"/>
                        <ReservationSegment elapsedTime="210"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T16:45:00" endLocation="SVO"
                                           marketingFlightNumber="2307" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="4"
                                           startDateTime="2022-02-13T11:15:00" startLocation="FRA"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     invalidReason="F" valid="false"/>
                <Fare brand="CC"
                     invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     invalidReason="F" valid="false"/>
                <Fare brand="BC"
                     invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     invalidReason="F" valid="false"/>
                <Fare brand="FE"
                     invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
            <Solution
                   pricingSequence="3"
                   sequence="6">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="405" endLocation="LHR" segmentQuantity="2"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="205"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T09:40:00" endLocation="DUS"
                                           marketingFlightNumber="2536" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T08:15:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="C"/>
                            <EndLocationDetails
                                   GMTOffset="1"/>
                            <OperatingProviderDetails
                                   flightNumber="2536"/>
                            <Equipment
                                   type="32B"/>
                        </ReservationSegment>
                        <ReservationSegment
                               elapsedTime="95" electronicTicketingIndicator="false"
                               endDateTime="2022-01-28T12:00:00" endLocation="LHR"
                               marketingFlightNumber="9466" marketingProvider="EW"
                               marriageGroup="O" operatingProvider="EW" segmentNumber="2"
                               startDateTime="2022-01-28T11:25:00" startLocation="DUS"
                               stopQuantity="0">
                            <StartLocationDetails
                                   GMTOffset="1"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="2"/>
                            <OperatingProviderDetails
                                   flightNumber="9466"/>
                            <Equipment
                                   type="319"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="205" endLocation="SVO" segmentQuantity="2"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="85"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T11:00:00" endLocation="CDG"
                                           marketingFlightNumber="306" marketingProvider="BA"
                                           marriageGroup="O" operatingProvider="BA" segmentNumber="3"
                                           startDateTime="2022-02-13T08:35:00" startLocation="LHR"
                                           stopQuantity="0"/>
                        <ReservationSegment elapsedTime="30"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T15:00:00" endLocation="SVO"
                                           marketingFlightNumber="998" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="4"
                                           startDateTime="2022-02-13T12:30:00" startLocation="CDG"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     invalidReason="F" valid="false"/>
                <Fare brand="CC"
                     invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     invalidReason="F" valid="false"/>
                <Fare brand="BC"
                     invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     invalidReason="F" valid="false"/>
                <Fare brand="FE"
                     invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
            <Solution
                   pricingSequence="4"
                   sequence="7">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="495" endLocation="LHR" segmentQuantity="2"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="275"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T10:25:00" endLocation="BCN"
                                           marketingFlightNumber="2638" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T07:50:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="D"/>
                            <EndLocationDetails GMTOffset="1"
                                               terminalID="1"/>
                            <OperatingProviderDetails
                                   flightNumber="2638"/>
                            <Equipment
                                   type="32B"/>
                        </ReservationSegment>
                        <ReservationSegment
                               elapsedTime="145" electronicTicketingIndicator="false"
                               endDateTime="2022-01-28T13:05:00" endLocation="LHR"
                               marketingFlightNumber="7480" marketingProvider="IB"
                               marriageGroup="O" operatingProvider="BA" segmentNumber="2"
                               startDateTime="2022-01-28T11:40:00" startLocation="BCN"
                               stopQuantity="0">
                            <StartLocationDetails GMTOffset="1"
                                                 terminalID="1"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="3"/>
                            <OperatingProviderDetails
                                   flightNumber="479"/>
                            <Equipment
                                   type="320"/>
                            <DisclosureProvider>BA</DisclosureProvider>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="430" endLocation="SVO" segmentQuantity="2"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="150"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T10:10:00" endLocation="ARN"
                                           marketingFlightNumber="6225" marketingProvider="TG"
                                           marriageGroup="O" operatingProvider="SK" segmentNumber="3"
                                           startDateTime="2022-02-13T06:40:00" startLocation="LHR"
                                           stopQuantity="0"/>
                        <ReservationSegment elapsedTime="135"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T16:50:00" endLocation="SVO"
                                           marketingFlightNumber="2211" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="4"
                                           startDateTime="2022-02-13T12:35:00" startLocation="ARN"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     invalidReason="F" valid="false"/>
                <Fare brand="CC"
                     invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     invalidReason="F" valid="false"/>
                <Fare brand="BC"
                     invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     invalidReason="F" valid="false"/>
                <Fare brand="FE"
                     invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
            <Solution
                   pricingSequence="5"
                   sequence="8">
                <BookItinerary>
                    <OriginDestination
                           elapsedTime="425" endLocation="LHR" segmentQuantity="2"
                           startLocation="SVO">
                        <ReservationSegment elapsedTime="170"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-01-28T08:55:00" endLocation="BER"
                                           marketingFlightNumber="2684" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="1"
                                           startDateTime="2022-01-28T08:05:00" startLocation="SVO"
                                           stopQuantity="0">
                            <StartLocationDetails GMTOffset="3"
                                                 terminalID="C"/>
                            <EndLocationDetails GMTOffset="1"
                                               terminalID="1"/>
                            <OperatingProviderDetails
                                   flightNumber="2684"/>
                            <Equipment
                                   type="73H"/>
                        </ReservationSegment>
                        <ReservationSegment
                               elapsedTime="125" electronicTicketingIndicator="false"
                               endDateTime="2022-01-28T12:10:00" endLocation="LHR"
                               marketingFlightNumber="991" marketingProvider="BA"
                               marriageGroup="O" operatingProvider="BA" segmentNumber="2"
                               startDateTime="2022-01-28T11:05:00" startLocation="BER"
                               stopQuantity="0">
                            <StartLocationDetails GMTOffset="1"
                                                 terminalID="1"/>
                            <EndLocationDetails GMTOffset="0"
                                               terminalID="5"/>
                            <OperatingProviderDetails
                                   flightNumber="991"/>
                            <Equipment
                                   type="32A"/>
                        </ReservationSegment>
                    </OriginDestination>
                    <OriginDestination
                           elapsedTime="300" endLocation="SVO" segmentQuantity="2"
                           startLocation="LHR">
                        <ReservationSegment elapsedTime="60"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T09:00:00" endLocation="CDG"
                                           marketingFlightNumber="1730" marketingProvider="K0"
                                           marriageGroup="O" operatingProvider="K0" segmentNumber="3"
                                           startDateTime="2022-02-13T07:00:00" startLocation="LHR"
                                           stopQuantity="0"/>
                        <ReservationSegment elapsedTime="30"
                                           electronicTicketingIndicator="false"
                                           endDateTime="2022-02-13T15:00:00" endLocation="SVO"
                                           marketingFlightNumber="998" marketingProvider="SU"
                                           marriageGroup="O" operatingProvider="SU" segmentNumber="4"
                                           startDateTime="2022-02-13T12:30:00" startLocation="CDG"
                                           stopQuantity="0"/>
                    </OriginDestination>
                </BookItinerary>
                <Fare
                       brand="EC" invalidReason="F" valid="false"/>
                <Fare brand="EL"
                     invalidReason="F" valid="false"/>
                <Fare brand="CC"
                     invalidReason="F" valid="false"/>
                <Fare brand="CL"
                     invalidReason="F" valid="false"/>
                <Fare brand="BC"
                     invalidReason="F" valid="false"/>
                <Fare brand="BL"
                     invalidReason="F" valid="false"/>
                <Fare brand="FE"
                     invalidReason="F" valid="false"/>
                <Fare brand="FC"
                     invalidReason="F" valid="false"/>
                <Fare brand="FB"
                     invalidReason="F" valid="false"/>
                <Fare brand="EP"
                     invalidReason="F" valid="false"/>
                <Fare brand="ER"
                     invalidReason="F" valid="false"/>
            </Solution>
        </ExchangeShoppingRS>
    </soap-env:Body>
</soap-env:Envelope>