Skip Navigation

End Transaction

2.2.0
Air
Reservation
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 End Transaction (EndTransactionLLSRQ) service is used to complete and store changes made to a Passenger Name Record (PNR).

Target Audience
Travel Agency
Airline Carrier
API Version
2.2.0
Authentication
Session Token
Service Action Code
EndTransactionLLSRQ

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

  • If finalizing or completing the PNR is the only action desired to occur please only include the .../EndTransaction node in the request.
  • If receiving the PNR is the only action desired please send the .../UpdatedBy node in the request and set .../EndTransactionInd="false".

When updating an existing record please note that TravelItineraryReadRQ must be executed prior to calling EndTransactionLLSRQ.

Sample Request
<?xml version="1.0" encoding="UTF-8"?>
<!--Pre-Conditions: a PNR with at least one itinerary segment must be in the Sabre work area.-->
<SamplePayloads>
    <SampleRequests>
        <!--Receive and end transaction.-->
        <!--Equivalent Sabre host command: 6SWS TEST§E-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true"/>
            <Source ReceivedFrom="SWS TEST"/>
        </EndTransactionRQ>
        <!--Receive a record.-->
        <!--Equivalent Sabre host command: 6SWS TEST-->
        <EndTransactionRQ Version="2.2.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">
            <Source ReceivedFrom="SWS TEST"/>
        </EndTransactionRQ>
        <!--End transaction.-->
        <!--Equivalent Sabre host command: E-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true"/>
        </EndTransactionRQ>
        <!--End transaction and email a copy of the record to the addresses contained in the PNR.-->
        <!--Equivalent Sabre host command: EM-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Email Ind="true"/>
            </EndTransaction>
        </EndTransactionRQ>
        <!--End transaction and email a text-based copy of the eTicket to the addresses contained in the PNR.-->
        <!--Equivalent Sabre host command: EMT-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Email Ind="true">
                    <eTicket Ind="true"/>
                </Email>
            </EndTransaction>
        </EndTransactionRQ>
        <!--End transaction and email a PDF-based copy of the eTicket to the addresses contained in the PNR.-->
        <!--Equivalent Sabre host command: EMTP-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Email Ind="true">
                    <eTicket Ind="true">
                        <PDF Indd="true"/>
                    </eTicket>
                </Email>
            </EndTransaction>
        </EndTransactionRQ>
        <!--End transaction and email a text-based copy of the invoice to the addresses contained in the PNR.-->
        <!--Equivalent Sabre host command: EMI-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Email Ind="true">
                    <Invoice Ind="true"/>
                </Email>
            </EndTransaction>
        </EndTransactionRQ>
        <!--End transaction and email a text-based copy of the itinerary to the addresses contained in the PNR.-->
        <!--Equivalent Sabre host command: EMX-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Email Ind="true">
                    <Itinerary Ind="true"/>
                </Email>
            </EndTransaction>
        </EndTransactionRQ>
        <!--End transaction and email a PDF-based copy of the itinerary to the addresses contained in the PNR.-->
        <!--Equivalent Sabre host command: EMXP-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Email Ind="true">
                    <Itinerary Ind="true">
                        <PDF Ind="true"/>
                    </Itinerary>
                </Email>
            </EndTransaction>
        </EndTransactionRQ>
        <!--End transaction and email a PDF-based copy of the itinerary to the email address contained in the PNR associated with the particular passenger name number.-->
        <!--Equivalent Sabre host command: EMXP‡N1.1-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Email Ind="true">
                    <Itinerary Ind="true">
                        <PDF Ind="true"/>
                    </Itinerary>
                    <PersonName NameNumber="1.1"/>
                </Email>
            </EndTransaction>
        </EndTransactionRQ>
        <!--End transaction and update schedule change information.-->
        <!--Equivalent Sabre host command: 6SWS TEST§EW-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <ScheduleChange Ind="true"/>
            </EndTransaction>
            <Source ReceivedFrom="SWS TEST"/>
        </EndTransactionRQ>
        <!--End transaction and retrieve the record.-->
        <!--Equivalent Sabre host command: 6SWS TEST§ER-->
        <EndTransactionRQ Version="2.2.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">
            <EndTransaction Ind="true">
                <Retrieve Ind="true"/>
            </EndTransaction>
            <Source ReceivedFrom="SWS TEST"/>
        </EndTransactionRQ>
    </SampleRequests>
</SamplePayloads>
Sample Response
<?xml version="1.0" encoding="UTF-8"?>
<!--Pre-Conditions: a PNR with at least one itinerary segment must be in the Sabre work area.-->
<SamplePayloads>
    <SampleResponses>
        <EndTransactionRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.2.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="2019-07-22T11:45:00-06:00"/>
            </stl:ApplicationResults>
            <ItineraryRef ID="NMOXQF">
                <Source CreateDateTime="2019-07-22T11:45:00"/>
            </ItineraryRef>
        </EndTransactionRS>
    </SampleResponses>
</SamplePayloads>