Skip Navigation

Inventory Alerts

4.13.0
Air
Inventory
SOAP API
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 Inventory Alerts (InventoryControlAlert) feed is used to send information about flight activity to Revenue Management systems based on configurable business triggers like seats sold thresholds, incremental sells, etc.

Target Audience
Airline Carrier
API Version
4.13.0
Authentication
Session Token
Service Action Code
InventoryControlAlert

This is intended for usage by Revenue Management products used by airlines hosted in SabreSonic Inventory.

Sample Request
<InventoryControlAlert TimeStamp="2020-07-15T05:00:02" Version="4.13.0" xmlns="http://www.sabre.com/ns/SSI/1.0" xmlns:shdr="http://services.sabre.com/ns/SOTA/Messaging/v1">
    <TimeStamp>2015-07-15T05:00:02</TimeStamp>
    <Leg>
        <Carrier>K0</Carrier>
        <FltNum>1234</FltNum>
        <Origin>AUH</Origin>
        <Destination>AMD</Destination>
        <Date>2015-07-20</Date>
        <DepartureDateAdj>0</DepartureDateAdj>
        <Alert type="8">Y</Alert>
    </Leg>
</InventoryControlAlert>