Skip Navigation

Manage Price Quote Details

4.3.0
Air
Pricing
SOAP API
Travel Agency
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 Manage Price Quote Details (PriceQuoteServicesRQ) API is used by internal and external customers to search and display pricing information stored in the PNRs of Price Quote and Price Quote Reissue records. 

Warning! The Manage Price Quote Details (PriceQuoteServicesRQ) API versions 1.0.0-3.4.0 will be decommissioned soon. The sunset timeline for this and other APIs is available on the Retirement Schedule.

Target Audience
Travel Agency
Airline Carrier
API Version
4.3.0
Authentication
Session Token
Service Action Code
PriceQuoteServicesRQ

What is it?

The PriceQuote Web Service supports Travel Network customers and Airline Carriers to search and display pricing information stored in PNR (stateless) or stored in agent AAA session (stateful) of a Price Quote Record (PQ) and Price Quote Reissue Records (PQR). The service also allows the user an option to search for a particular price quote (only PQ) by specifying the passenger travel details which includes board and off point, class of service, date of departure in the request.

The service exposes two operations:
1.    GetPriceQuoteRQ

  • Search and display the Price Quote Records(PQ) and Price Quote Reissue Records (PQR)
  • Travel Itinerary Search and display only for Price Quote Records (PQ)

2.    UpdatePriceQuoteRQ

  • This feature is available only for Airline Solutions Customer currently.

Why use it?

  1. The ability to display price quotes and price quote reissue records through XML based web sites, internet booking engines, front end GUI web services etc.
  2. Allows customers to search price quote or price quote reissue in a PNR, so that the response is filtered based on the search parameters. 
  3. Allows internal and external applications to request specific data from one or more PQ or PQR records in the PNR.

How it works

  1. Use the SessionCreateRQ Web Service to authenticate the user in USG. After authenticated successfully, you will receive a response that contains a security token. Example: soap-env:Envelope/soap-env:Header/eb:MessageHeader/eb:Security/eb:BinarySecurityToken)
  2. Include the received security token in the request to the PriceQuote Web Service in the SOAP Envelope. Example: soap-env:Envelope/soap-env:Header/eb:MessageHeader/eb:Security/eb:BinarySecurityToken)
  3. In the header message, include the service name as PriceQuoteServicesRQ.
  4. In the body of the request, use operation name :GetPriceQuoteRQ 
  5. User requested search parameter, such as Type, are applied to the list of PQ/PQR present in PNR
  6. The API performs security checks to ensure data is returned as per viewership rules which the user is authorized to. 
  7. The GetPriceQuoteRQ returns all the information in the response.

How to use

The PriceQuote Web Service for Travel Network or Subscriber users does not require any activation process. For additional information or to request activation, please contact your Sabre Account Director.

For Travel Network or Subscriber Customers, following are the prerequisites to use PriceQuote Web Service:

 

  1. Must be a Sabre, Sabre APAC or INFINI subscriber.

  2. A user authorized to access the PriceQuote Web Service is expected to have OpenSystemsUser attribute (by default) for all subscribers.
Sample Request
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <SOAP-ENV:Header>
      <ns1:MessageHeader ns1:version="4.0.0" xmlns:ns1="http://www.ebxml.org/namespaces/messageHeader">
         <ns1:From>
            <ns1:PartyId>999999</ns1:PartyId>
         </ns1:From>
         <ns1:To>
            <ns1:PartyId>123123</ns1:PartyId>
         </ns1:To>
         <ns1:CPAId>IPCC</ns1:CPAId>
          <ns1:ConversationId>ABC123</ns1:ConversationId>
         <ns1:Service>PriceQuoteServicesRQ</ns1:Service>
         <ns1:Action>PriceQuoteServicesRQ</ns1:Action>
         <ns1:MessageData>
            <ns1:MessageId/>
            <ns1:Timestamp/>
         </ns1:MessageData>
      </ns1:MessageHeader>
      <ns1:Security xmlns:ns1="http://schemas.xmlsoap.org/ws/2002/12/secext">
          <ns1:BinarySecurityToken>Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2960589995878935922!589152!0</ns1:BinarySecurityToken>
      </ns1:Security>
   </SOAP-ENV:Header>
   <SOAP-ENV:Body>
     <GetPriceQuoteRQ version="4.3.0" xmlns="http://www.sabre.com/ns/Ticketing/pqs/1.0">
            <SearchParameters resultType="S">
                <PriceQuoteInfo>
                <Reservation>YEZUYS</Reservation>
                <PriceQuote/>
                </PriceQuoteInfo>
            </SearchParameters>
      </GetPriceQuoteRQ>
     </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sample Response
<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="URI">123123</eb:PartyId>
         </eb:From>
         <eb:To>
            <eb:PartyId eb:type="URI">999999</eb:PartyId>
         </eb:To>
         <eb:CPAId>IPCC</eb:CPAId>
         <eb:ConversationId>ABC123</eb:ConversationId>
         <eb:Service>PriceQuoteServicesRQ</eb:Service>
         <eb:Action>PriceQuoteServicesRS</eb:Action>
         <eb:MessageData>
            <eb:MessageId>239975217379510610</eb:MessageId>
            <eb:Timestamp>2019-10-23T06:02:22</eb:Timestamp>
         </eb:MessageData>
      </eb:MessageHeader>
      <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
         <wsse:BinarySecurityToken valueType="String" EncodingType="wsse:Base64Binary">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/STSA!ICESMSLB\/STS.LB!-2960589995878935922!589152!0</wsse:BinarySecurityToken>
      </wsse:Security>
   </soap-env:Header>
   <soap-env:Body>
      <GetPriceQuoteRS version="4.3.0" xmlns="http://www.sabre.com/ns/Ticketing/pqs/1.0">
         <Header messageID="LTXLD_TKT_02-39870-938015613-1571810538191-38243-pqs" timeStamp="2019-10-23T01:02:00">
            <TTL:OrchestrationID seq="0" xmlns:TTL="http://www.sabre.com/ns/Ticketing/TTL/1.0">LTXLD_TKT_02-39870-938015613-1571810538191-38243-pqs</TTL:OrchestrationID>
            <TTL:Results xmlns:TTL="http://www.sabre.com/ns/Ticketing/TTL/1.0">
               <TTL:Success>
                  <TTL:System>TKT-WS</TTL:System>
                  <TTL:Source>PQS WS</TTL:Source>
               </TTL:Success>
            </TTL:Results>
         </Header>
         <PriceQuoteInfo>
            <Reservation updateToken="eNc:::gtHcICPg+mNVxKdl5N7Npg==">YEZUYS</Reservation>
            <Summary>
               <NameAssociation firstName="PARNA" lastName="JACKIE" nameId="1" nameNumber="1.1">
                  <PriceQuote latestPQFlag="true" number="1" pricingType="S" status="A" type="PQ">
                     <Indicators segmentSelect="true"/>
                     <Passenger passengerTypeCount="1" requestedType="ADT" type="ADT"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="USD" decimalPlace="2">1810.65</Total>
                     </Amounts>
                     <LocalCreateDateTime>2019-10-23T00:52:00</LocalCreateDateTime>
                  </PriceQuote>
               </NameAssociation>
               <NoNameAssociation>
                  <PriceQuote number="1" pricingType="M" status="H" type="PQ">
                     <Indicators/>
                     <Passenger passengerTypeCount="6" type="ITX"/>
                     <ItineraryType>I</ItineraryType>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">377.000</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="2" pricingType="M" status="H" type="PQ">
                     <Indicators/>
                     <Passenger type="FFY"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">2555.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="3" pricingType="M" status="H" type="PQ">
                     <Indicators/>
                     <Passenger type="CLG"/>
                     <ItineraryType>I</ItineraryType>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">413.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="4" pricingType="M" status="H" type="PQ">
                     <Indicators/>
                     <Passenger type="SEA"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">2555.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="5" pricingType="M" status="H" type="PQ">
                     <Indicators/>
                     <Passenger type="MIL"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">2555.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="6" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="ITX" type="ITX"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">2555.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="7" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="TUR" type="TUR"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">2555.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="8" pricingType="S" status="H" type="PQ">
                     <Indicators segmentSelect="true"/>
                     <Passenger passengerTypeCount="1" requestedType="INN" type="INN"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">545.100</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="9" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="CLG" type="CLG"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">2555.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="10" pricingType="S" status="H" type="PQ">
                     <Indicators segmentSelect="true"/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="ITX" type="ITX"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">1488.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="11" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger pricedType="ADT" requestedType="FFY" type="FFY"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">6149.83</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="12" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="PIL" type="PIL"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">2555.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="13" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger passengerTypeCount="1" requestedType="CNN" type="CNN"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="BHD" decimalPlace="3">1975.400</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="14" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger pricedType="ADT" requestedType="MIL" type="MIL"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">6149.83</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="15" pricingType="S" status="H" type="PQ">
                     <Indicators segmentSelect="true"/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="ZED" type="ZED"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">1416.77</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="16" pricingType="S" status="H" type="PQ">
                     <Indicators segmentSelect="true"/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="ZED" type="ZED"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">3586.26</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="17" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger passengerTypeCount="1" pricedType="ADT" requestedType="MIL" type="MIL"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">6157.03</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="18" pricingType="S" status="H" type="PQ">
                     <Indicators/>
                     <Passenger pricedType="ADT" requestedType="NEG" type="NEG"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">6149.83</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="19" pricingType="S" status="H" type="PQ">
                     <Indicators segmentSelect="true"/>
                     <Passenger pricedType="ADT" requestedType="NEG" type="NEG"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">3590.29</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="20" pricingType="S" status="H" type="PQ">
                     <Indicators ticketed="true"/>
                     <Passenger pricedType="ADT" requestedType="FFY" type="FFY"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">3590.29</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="21" pricingType="S" status="H" type="PQ">
                     <Indicators ticketed="true"/>
                     <Passenger requestedType="CNN" type="CNN"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <TicketDesignator>CH</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">2751.29</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="22" pricingType="S" status="H" type="PQ">
                     <Indicators ticketed="true"/>
                     <Passenger pricedType="ADT" requestedType="YTH" type="YTH"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">3590.29</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="23" pricingType="S" status="H" type="PQ">
                     <Indicators ticketed="true"/>
                     <Passenger pricedType="ADT" requestedType="SEA" type="SEA"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">3590.29</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="24" pricingType="S" status="H" type="PQ">
                     <Indicators ticketed="true"/>
                     <Passenger pricedType="ADT" requestedType="MIL" type="MIL"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">3590.29</Total>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="25" pricingType="S" status="H" type="PQ">
                     <Indicators ticketed="true"/>
                     <Passenger pricedType="ADT" requestedType="NEG" type="NEG"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <Total currencyCode="EUR" decimalPlace="2">3590.29</Total>
                     </Amounts>
                  </PriceQuote>
               </NoNameAssociation>
               <NoNameAssociation>
                  <PriceQuote number="1" pricingType="S" reissueType="EXCH AC/CF" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="FFY"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2583.73</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="2" pricingType="S" reissueType="EXCH AC" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="NEG"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2567.73</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="3" pricingType="S" reissueType="EXCH AC" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="CNN"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2013.73</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="4" pricingType="S" reissueType="EXCH AC" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="MIL"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2539.73</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="5" pricingType="M" reissueType="EXCH AC" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="YTH"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2582.81</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="6" pricingType="S" reissueType="EXCH AC" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="SEA"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2573.73</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="7" pricingType="S" reissueType="EXCH AC" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="MIL"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2550.73</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
                  <PriceQuote number="8" pricingType="S" reissueType="EXCH AC/CF" status="H" type="PQR">
                     <Indicators reissue="true"/>
                     <Passenger type="NEG"/>
                     <ItineraryType>I</ItineraryType>
                     <TicketDesignator>YF</TicketDesignator>
                     <ValidatingCarrier>U0</ValidatingCarrier>
                     <Amounts>
                        <ReissueDifference currencyCode="EUR" decimalPlace="2">2569.73</ReissueDifference>
                     </Amounts>
                  </PriceQuote>
               </NoNameAssociation>
               <SummaryByPassengerType>
                  <FareInfo passengerType="ADT" passengerTypeCount="1">
                     <BaseFare currencyCode="AED">5490</BaseFare>
                     <EquivalentFare currencyCode="USD" decimalPlace="2">1495.00</EquivalentFare>
                     <TotalTax currencyCode="USD" decimalPlace="2">315.65</TotalTax>
                     <TotalFare currencyCode="USD" decimalPlace="2">1810.65</TotalFare>
                  </FareInfo>
                  <Total>
                     <BaseFare currencyCode="AED">5490</BaseFare>
                     <EquivalentFare currencyCode="USD" decimalPlace="2">1495.00</EquivalentFare>
                     <TotalTax currencyCode="USD" decimalPlace="2">315.65</TotalTax>
                     <TotalFare currencyCode="USD" decimalPlace="2">1810.65</TotalFare>
                  </Total>
               </SummaryByPassengerType>
            </Summary>
            <MiscellaneousData>
               <Value type="retainedReissueExists">Y</Value>
            </MiscellaneousData>
         </PriceQuoteInfo>
      </GetPriceQuoteRS>
   </soap-env:Body>
</soap-env:Envelope>