Skip Navigation

Display Price Quote

2.5.2
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 Display Price Quote (DisplayPriceQuoteLLSRQ) API is used to display stored fare information contained within a passenger name record (PNR).

Target Audience
Travel Agency
Airline Carrier
API Version
2.5.2
Authentication
Session Token
Service Action Code
DisplayPriceQuoteLLSRQ

Using this API, you can:

  • Display a deleted price quote record.
  • Display an extended price quote record.
  • Display historical price records.
  • Display reissue records.
  • Display all price quote records, a specific record, a range of records, a price quote summary with breakdown.

Please note that this service is only applicable to Sabre Travel Network-based customers. SabreSonic-based customers should utilize the pricing information returned via the GetReservationRQ response.

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<!--Pre-Conditions: a PNR with at least one PQ record must be in the current SWS work area/session.-->
<!--Display a deleted price quote record.-->
<!--Equivalent Sabre host command: *PQD-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo Deleted="true"/>
</DisplayPriceQuoteRQ>
<!--Display an extended price quote record.-->
<!--Equivalent Sabre host command: *PQ1‡E-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo Extended="true">
        <Record Number="1"/>
    </AirItineraryPricingInfo>
</DisplayPriceQuoteRQ>
<!--Display historical price quote records.-->
<!--Equivalent Sabre host command: *PQH-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo Historical="true"/>
</DisplayPriceQuoteRQ>
<!--Display price quote reissue (PQR) records.-->
<!--Equivalent Sabre host command: *PQR-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">S>
<AirItineraryPricingInfo Reissue="true"/>
</DisplayPriceQuoteRQ>
<!--Display all price quote records.-->
<!--Equivalent Sabre host command: *PQ-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo>
        <Record/>
    </AirItineraryPricingInfo>
</DisplayPriceQuoteRQ>
<!--Display a specific price quote record.-->
<!--Equivalent Sabre host command: *PQ1-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo>
        <Record Number="1"/>
    </AirItineraryPricingInfo>
</DisplayPriceQuoteRQ>
<!--Display a range of price quote records.-->
<!--Equivalent Sabre host command: *PQ1-3/3-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo>
        <Record EndNumber="3" Number="1"/>
        <Record Number="3"/>
    </AirItineraryPricingInfo>
</DisplayPriceQuoteRQ>
<!--Display specific price quote records.-->
<!--Equivalent Sabre host command: *PQ1/3-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo>
        <Record Number="1"/>
        <Record Number="3"/>
    </AirItineraryPricingInfo>
</DisplayPriceQuoteRQ>
<!--Display a price quote summary.-->
<!--Equivalent Sabre host command: *PQS-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo>
        <Summary Ind="true"/>
    </AirItineraryPricingInfo>
</DisplayPriceQuoteRQ>
<!--Display a price quote summary with breakdown.-->
<!--Equivalent Sabre host command: *PQSB-->
<DisplayPriceQuoteRQ Version="2.5.2" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AirItineraryPricingInfo>
        <Summary BreakDown="true" Ind="true"/>
    </AirItineraryPricingInfo>
</DisplayPriceQuoteRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<!--Pre-Conditions: a PNR with at least one PQ record must be in the current SWS work area/session.-->
<DisplayPriceQuoteRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.5.2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2019-05-03T13:14:27-05:00"/>
    </stl:ApplicationResults>
    <PriceQuote RPH="1">
        <MiscInformation>
            <BaggageFees>
                <Text>BAG ALLOWANCE     -DFWLAS-02P/AA/EACH PIECE UP TO 50 POUNDS/23</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>CARRY ON ALLOWANCE</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>DFWLAS-02P/AA</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>01/UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>01/UP TO 36 LINEAR INCHES/92 LINEAR CENTIMETERS</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>EMBARGOES-APPLY TO EACH PASSENGER</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>DFWLAS-AA</Text>
            </BaggageFees>
            <BaggageFees>
                <Text>OVER 100 POUNDS/45 KILOGRAMS NOT PERMITTED</Text>
            </BaggageFees>
            <SignatureLine CreateDateTime="2013-08-26T12:11" CreationAgent="AW3" HomePseudoCityCode="7TZA" PseudoCityCode="7TZA" Source="SYS"/>
        </MiscInformation>
        <PricedItinerary DisplayOnly="false" InputMessage="RQ">
            <AirItineraryPricingInfo>
                <FareCalculation>
                    <Text>DFW AA LAS Q27.91Q27.91 897.67USD953.49END ZPDFW XFDFW4.5</Text>
                </FareCalculation>
                <ItinTotalFare>
                    <BaseFare Amount="953.49" CurrencyCode="USD"/>
                    <Taxes TaxCode="XT" TotalAmount="82.41">
                        <Tax Amount="71.51" TaxCode="US"/>
                        <Tax Amount="3.90" TaxCode="ZP"/>
                        <Tax Amount="2.50" TaxCode="AY"/>
                        <Tax Amount="4.50" TaxCode="XF"/>
                    </Taxes>
                    <TotalFare Amount="1035.90" CurrencyCode="USD"/>
                    <Warnings>
                        <Warning ShortText="FARE NOT GUARANTEED UNTIL TICKETED"/>
                    </Warnings>
                </ItinTotalFare>
                <PassengerTypeQuantity Code="ADT" Quantity="01"/>
                <PTC_FareBreakdown>
                    <FlightSegment ConnectionInd="O" DepartureDateTime="11-22T08:25" FlightNumber="1605" RPH="01" ResBookDesigCode="Y">
                        <BaggageAllowance Number="02P"/>
                        <FareBasis Code="YA2AA"/>
                        <MarketingAirline Code="AA" FlightNumber="1605"/>
                        <OriginLocation LocationCode="DFW"/>
                        <ValidityDates>
                            <NotValidAfter>2014-11-22</NotValidAfter>
                        </ValidityDates>
                    </FlightSegment>
                    <FlightSegment>
                        <OriginLocation LocationCode="LAS"/>
                    </FlightSegment>
                </PTC_FareBreakdown>
                <ResTicketingRestrictions>11-22T07:55</ResTicketingRestrictions>
            </AirItineraryPricingInfo>
        </PricedItinerary>
        <ResponseHeader>
            <Text>VALIDATING CARRIER - AA</Text>
            <Text>FARE SOURCE - ATPC</Text>
            <Text>VALIDATING CARRIER-AA</Text>
        </ResponseHeader>
    </PriceQuote>
</DisplayPriceQuoteRS>