Skip Navigation

Add Special Service

2.3.1
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 Add Special Service (SpecialServiceLLSRQ) service is used to send a wide variety of teletype messages to carriers.

Target Audience
Travel Agency
Airline Carrier
API Version
2.3.1
Authentication
Session Token
Service Action Code
SpecialServiceLLSRQ
Important! To support Sabre technology modernization efforts, we are changing the Sabre agency reservation logic and workflows for American Airlines (AA), which will result in AA and Sabre agencies no longer sharing a single reservation (PNR). Click here to view the documentation on potential impacts to existing workflows.

This API supports all standard interline passenger procedures or SIPP codes. For additional information, please refer to the Format Finder Help System reference: pnrfo1000.

Please note that GetReservation must be executed prior to calling SpecialServiceLLSRQ. Alternatively, an air segment must be sold prior to sending the special service request message.

Sample Request
        <SpecialServiceRQ Version="2.3.1" 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">
            <SpecialServiceInfo>
                <AdvancePassenger SegmentNumber="A">
                    <Document ExpirationDate="2022-05-26" Number="1234567890" Type="P">
                        <IssueCountry>FR</IssueCountry>
                        <NationalityCountry>FR</NationalityCountry>
                    </Document>
                    <PersonName DateOfBirth="1980-12-02" Gender="M" NameNumber="1.1">
                        <GivenName>JAMES</GivenName>
                        <MiddleName>MALCOLM</MiddleName>
                        <Surname>GREEN</Surname>
                    </PersonName>
                </AdvancePassenger>
            </SpecialServiceInfo>
        </SpecialServiceRQ>
Sample Response
<SpecialServiceRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.3.1" 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="2020-12-21T10:45:00-06:00"/>
    </stl:ApplicationResults>
</SpecialServiceRS>