Skip Navigation

Book From Air Availability

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 Book From Air Availability (ShortSellLLSRQ) API is used to short sell direct access airline flight segments from an air availability response.

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

You can also specify a married connection from a successful, direct access-based Air Availability response, or request with multiple connections/booking classes. Please note that an OTA_AirAvailLLSRQ message where direct access is specified must be executed prior to calling ShortSellLLSRQ.

It specifies a married connection from successful, direct access-based Air Availability response or request with multiple connections or booking classes.

Please note that an OTA_AirAvailLLSRQ message where direct access is specified must be executed prior to calling ShortSellLLSRQ.

Sample Request
<!--Send a basic short sell request, and also specify a married connection from a successful, direct access-based OTA_AirAvailLLSRQ response.-->
<!--Equivalent Sabre host command: 01Y2*-->
<ShortSellRQ 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">
    <OriginDestinationInformation>
        <FlightSegment NumberInParty="1" ResBookDesigCode="Y" RPH="2">
            <MarriageGrp Ind="true"/>
        </FlightSegment>
    </OriginDestinationInformation>
</ShortSellRQ>
Sample Response
<ShortSellRS 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" xmlns:stl="http://services.sabre.com/STL/v01">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2020-012-02T10:30:00-06:00"/>
    </stl:ApplicationResults>
    <OriginDestinationOption>
        <FlightSegment ArrivalDateTime="11-22T08:50" DepartureDateTime="11-22T07:45" FlightNumber="887" NumberInParty="2" ResBookDesigCode="Y" RPH="1" Status="HK">
            <DestinationLocation LocationCode="LAS"/>
            <MarketingAirline Code="AA" FlightNumber="887"/>
            <OriginLocation LocationCode="DFW"/>
        </FlightSegment>
    </OriginDestinationOption>
</ShortSellRS>