Skip Navigation

ARI Sync - Rates (HTNG)

10.30
Hotel
ARI
SOAP API
Hospitality

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 ARI Sync - Rates ( HTNG) is used to communicate the creation of new rate plans and modification of existing rate plans for one hotel for one rate plan.

Target Audience
Hospitality
API Version
10.30
Authentication
Security Credentials
Service Action Code
OTA_HotelRatePlanNotif

The OTA_HotelRatePlanNotif message is used to communicate the following data for one hotel and one rate plan:

  • Creation of a new standard rate plan including rate plan details and, optionally, product rate amounts (New)
  • Modification of an existing standard rate plan including rate plan details and product rate amount changes for specified products and dates (Delta)
  • Modification of an existing standard rate plan including rate plan details and removal of product rate amounts for specified products and dates (Remove)
  • Modification of an existing standard rate plan including rate plan details and a full overlay of all rate amount data for all products related to the rate plan for all dates (Overlay)
  • Update of product rate amount changes for an existing group rate plan for specified products and dates (Delta)
  • Removal product rate amounts for an existing group rate plan for specified products and dates (Remove)
  • Update of all rate amount data for an existing group rate plan for all products related to the group rate plan for all dates (Overlay)
Sample Request
<OTA_HotelRatePlanNotifRQ xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelRatePlanNotifRQ.xsd" TimeStamp="2015-03-25T09:41:59.982" Version="6.000" MessageContentCode="8" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <RatePlans HotelCode="10001">
        <RatePlan RatePlanCode="Rack" RatePlanCategory="RateCat" RatePlanStatusType="Initial" MarketCode="MktSeg" RestrictedDisplayIndicator="0" RatePlanNotifType="New" Start="2015-01-01" End="2015-12-31" IsCommissionable="1">
            <UniqueID Type="16" ID="1"/>
            <Description Name="Short description">
                <Text>Short description for Rack rate</Text>
            </Description>
            <Description Name="Long description">
                <Text>Long description for Rack rate</Text>
            </Description>
            <Commission Percent="10"/>
        </RatePlan>
    </RatePlans>
</OTA_HotelRatePlanNotifRQ>
Sample Response
<OTA_HotelRatePlanNotifRS xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelRatePlanNotifRS.xsd" TimeStamp="2015-10-01T09:41:59.982" Version="2.000" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Success/>
</OTA_HotelRatePlanNotifRS>