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.0
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
<?xml version="1.0" encoding="UTF-8"?>
<SSI:MarketFareValues fullReplace="true" xsi:schemaLocation="http://www.sabre.com/ns/SSI/Fares SSI_Fares_Interface_V1.4.0.xsd" xmlns:SSI="http://www.sabre.com/ns/SSI/Fares" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<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:Price>
</SSI:Market>
</SSI:MarketFareValues>
<SSI:MarketFareValues fullReplace="true" xsi:schemaLocation="http://www.sabre.com/ns/SSI/Fares SSI_Fares_Interface_V1.4.0.xsd" xmlns:SSI="http://www.sabre.com/ns/SSI/Fares" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<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:Price>
</SSI:Market>
</SSI:MarketFareValues>