Skip Navigation

Void Air Ticket

2.1.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 Void Air Ticket (VoidTicketLLSRQ) service is used to void air tickets.

Target Audience
Travel Agency
Airline Carrier
API Version
2.1.0
Authentication
Session Token
Service Action Code
VoidTicketLLSRQ

Please note that a PNR must be present in the current API work area/session prior to calling this service.

For additional information please refer to the Format Finder Help System reference: tktfo195.

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<!--Pre-Conditions: there must be a PNR containing ticket numbers in the 7 field in the current SWS work area/session/AAA.-->
<!--Step 1-->
<!--Void a ticket based upon a line number in the PNR.-->
<!--Equivalent Sabre host command: WV2-->
<VoidTicketRQ Version="2.1.0" 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">
    <Ticketing RPH="2"/>
</VoidTicketRQ>
<!--Step 2-->
<!--Equivalent Sabre host command: WV2-->
<VoidTicketRQ Version="2.1.0" 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">
    <Ticketing RPH="2"/>
</VoidTicketRQ>
<!--Void a ticket based upon a ticket number.  Please note that @eTicketNumber is only applicable to Sabre Sonic Res-hosted clients.-->
<!--Equivalent Sabre host command: WV001234567890-->
<VoidTicketRQ Version="2.1.0" 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">
    <Ticketing eTicketNumber="001234567890"/>
</VoidTicketRQ>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<!--Pre-Conditions: there must be a PNR containing ticket numbers in the 7 field in the current SWS work area/session/AAA.-->
<!--Step 1 response.-->
<VoidTicketRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.1.0" 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="2013-06-25T10:06:35-05:00"/>
        <stl:Warning type="BusinessLogic">
            <stl:SystemSpecificResults>
                <stl:Message>REENT IF THESE TKT NBRS ARE TO BE VOIDED</stl:Message>
                <stl:ShortText>WARN.SWS.HOST.INTERMEDIATE_RESPONSE</stl:ShortText>
            </stl:SystemSpecificResults>
        </stl:Warning>
        <stl:Warning type="BusinessLogic">
            <stl:SystemSpecificResults>
                <stl:Message>0017232809667</stl:Message>
                <stl:ShortText>WARN.SWS.HOST.INTERMEDIATE_RESPONSE</stl:ShortText>
            </stl:SystemSpecificResults>
        </stl:Warning>
    </stl:ApplicationResults>
</VoidTicketRS>
<!--Step 2 response.-->
<VoidTicketRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.1.0" 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="2013-06-25T10:06:43-05:00"/>
    </stl:ApplicationResults>
    <Text>VOID MSG SENT-0079</Text>
</VoidTicketRS>