Skip Navigation

Issue Air Ticket

2.14.0
Air
Ticketing
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 Issue Air Ticket (AirTicketLLSRQ) service is used to issue air tickets. These can be paper, electronic, or paper tickets for airline use only.

Target Audience
Travel Agency
Airline Carrier
API Version
2.14.0
Authentication
Session Token
Service Action Code
AirTicketLLSRQ

For additional information please refer to the Format Finder Help System reference: tkatp001 or tkbtp001.

Please note that GetReservation, and DesignatePrinterLLSRQ must be executed prior to calling AirTicketLLSRQ.

Sample Request
<AirTicketRQ 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" NumResponses="5" Version="2.14.0">
    <OptionalQualifiers>
        <FlightQualifiers>
            <VendorPrefs>
                <Airline Code="XX" />
            </VendorPrefs>
        </FlightQualifiers>
        <MiscQualifiers>
            <Ticket Type="ETR" />
        </MiscQualifiers>
        <PricingQualifiers>
            <PriceQuote>
                <Record Number="1" />
            </PriceQuote>
        </PricingQualifiers>
    </OptionalQualifiers>
</AirTicketRQ>
Sample Response
<AirTicketRS 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" xmlns:stl="http://services.sabre.com/STL/v01" Version="2.14.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2020-05-27T13:45:22-06:00" />
    </stl:ApplicationResults>
    <Text>OK 636.50</Text>
    <Text>ETR MESSAGE PROCESSED</Text>
    <Text>NO COMMISSION WAS ENTERED</Text>
</AirTicketRS>