Skip Navigation

Get ETicket Details

2.0.0
Air
Ticketing
SOAP API
Travel Agency

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 Get ETicket Details (eTicketCouponLLSRQ) service is used to display eTicket coupon data for a specified ticket number.

Target Audience
Travel Agency
API Version
2.0.0
Authentication
Session Token
Service Action Code
eTicketCouponLLSRQ

Please note that the eTicket coupon-related data is pulled from Sabre's own internal ticketing database so there is a slight chance that the coupon status could be different from the coupon status in the carrier's own eTicket database.

Sample Request
<eTicketCouponRQ Version="2.0.0">
    <Ticketing eTicketNumber="0012345678901"/>
</eTicketCouponRQ>
Sample Response
<eTicketCouponRS Version="2.0.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2012-07-31T11:23:25-05:00"/>
    </stl:ApplicationResults>
    <TicketingInfos>
        <TicketingInfo>
            <Ticketing AgencyCity="DFW" AgentWorkArea="A" IATA_Number="99999999" IssuingAgent="AW3*" PrimeHostID="1S" PseudoCityCode="7TZA" TransactionDateTime="2012-07-31T11:22">
                <CouponData InformationSource="S" IssueDate="2012-07-31" NumBooklets="1" TicketMedia="E" TicketMode="04">
                    <AirItineraryPricingInfo>
                        <FareCalculation>
                            <Text>DFW AA PIT Q27.91 957.21YA2AA/-PHL AA DFW Q27.91   1046.51YA2AAD USD2059.54END ZPDFWPHL XFDFW4.5PHL4.5</Text>
                        </FareCalculation>
                        <ItinTotalFare>
                            <BaseFare Amount="2059.54" CurrencyCode="USD"/>
                            <Taxes Total="176.06">
                                <Tax Amount="154.46" TaxCode="US"/>
                                <Tax Amount="7.60" TaxCode="ZP"/>
                                <Tax Amount="5.00" TaxCode="AY"/>
                                <Tax Amount="9.00" TaxCode="XF"/>
                            </Taxes>
                            <TotalFare Amount="2235.60" CurrencyCode="USD"/>
                        </ItinTotalFare>
                        <PassengerTypeQuantity Code="ADT"/>
                    </AirItineraryPricingInfo>
                    <Coupons>
                        <Coupon CodedStatus="OK" Number="1" StatusCode="OPEN">
                            <FlightSegment DepartureDateTime="2012-11-22T08:25" FlightNumber="2258" RPH="1" ResBookDesigCode="Y">
                                <DestinationLocation LocationCode="PIT"/>
                                <FareBasis Code="YA2AA"/>
                                <MarketingAirline Code="AA" FlightNumber="2258"/>
                                <OperatingAirline Code="AA"/>
                                <OriginLocation LocationCode="DFW"/>
                            </FlightSegment>
                        </Coupon>
                        <Coupon Number="2"/>
                        <Coupon CodedStatus="OK" Number="3" StatusCode="OPEN">
                            <FlightSegment ConnectionInd="O" DepartureDateTime="2012-11-29T06:00" FlightNumber="1213" RPH="3" ResBookDesigCode="Y">
                                <DestinationLocation LocationCode="DFW"/>
                                <FareBasis Code="YA2AAD"/>
                                <MarketingAirline Code="AA" FlightNumber="1213"/>
                                <OperatingAirline Code="AA"/>
                                <OriginLocation LocationCode="PHL"/>
                            </FlightSegment>
                        </Coupon>
                    </Coupons>
                    <CustomerInfo>
                        <Customer>
                            <Payment RPH="1" Type="CK">
                                <Text>CK</Text>
                            </Payment>
                            <PersonName PassengerType="ADT">
                                <GivenName>BRANDON</GivenName>
                                <Surname>STEELE</Surname>
                            </PersonName>
                        </Customer>
                    </CustomerInfo>
                    <ItineraryRef ID="BNOOAB"/>
                </CouponData>
            </Ticketing>
        </TicketingInfo>
    </TicketingInfos>
</eTicketCouponRS>