Skip Navigation

Yields

1.4.1
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 Yields (SSI_Fares_Interface) flat file feed API is used to send yields to the Inventory.

Target Audience
Airline Carrier
API Version
1.4.1
Authentication
Session Token
Service Action Code
SSI_Fares_Interface

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

Sample Request
<SSI:MarketFareValues xmlns:SSI="http://www.sabre.com/ns/SSI/Fares" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" fullReplace="true" xsi:schemaLocation="http://www.sabre.com/ns/SSI/Fares SSI_Fares_Interface_V1.4.1.xsd">
<SSI:AirlineCode>AS</SSI:AirlineCode>
<SSI:Market>
<SSI:Origin>
<SSI:LocationCode>US</SSI:LocationCode>
<SSI:LocationLevel>4</SSI:LocationLevel>
</SSI:Origin>
<SSI:Destination>
<SSI:LocationCode>CA</SSI:LocationCode>
<SSI:LocationLevel>4</SSI:LocationLevel>
</SSI:Destination>
<SSI:Price>
<SSI:BeginDate>2020-02-28</SSI:BeginDate>
<SSI:EndDate>2020-03-29</SSI:EndDate>
<SSI:FareClass>J</SSI:FareClass>
<SSI:Frequency>1111100</SSI:Frequency>
<SSI:Value>1000.0</SSI:Value>
<SSI:POC>
   <SSI:LocationCode>US</SSI:LocationCode>
   <SSI:LocationLevel>4</SSI:LocationLevel>
</SSI:POC>
</SSI:Price>
</SSI:Market>
</SSI:MarketFareValues>