Skip Navigation

Cancel Air Seat

2.1.0
Air
Seats
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 Cancel Air Seat (AirSeatCancelLLSRQ) is used to cancel a previously reserved seat for a

selected itinerary segment.

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

Using this API, you can:

  • Cancel all air seat selections.
  • Cancel an air seat selection based upon segment/seat number.
  • Cancel all air seats associated with a particular airline.
  • Cancel an air seat selection based upon segment/seat number in a group PNR.
  • Cancel all air seats associated with a particular airline.

When you cancel a seat, the Sabre system:

  • Changes the seat to cancel by adding an X in front of the seat number.
  • Removes the segment tag.
  • Cancels the boarding pass.
  • When you cancel a seat and end transaction on a Passenger Name Record (PNR), the system sends a message to the carrier to cancel the confirmed seat.
Sample Request
<AirSeatCancelRQ Version="2.1.0">
    <Seats>
        <Seat All="true"/>
    </Seats>
</AirSeatCancelRQ>
Sample Response
<AirSeatCancelRS Version="2.1.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2012-07-31T10:30:00-06:00"/>
    </stl:ApplicationResults>
</AirSeatCancelRS>