Skip Navigation

ARI Sync - Availability (OTA)

10.21
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- Availability (OTA) (OTA_HotelBookingRuleNotifRQ) is used to limit the availability for a hotel.

Target Audience
Hospitality
API Version
10.21
Authentication
Security Credentials
Service Action Code
OTA_HotelBookingRuleNotifRQ

The Hotel Booking Rule Notification message sends the notification of the rules and restrictions affecting the availability status of the hotel. These Stay Controls are used to limit the availability for a hotel. Prior to updating stay control values, the hotel, rate plans, group rate plans, and room types to be updated must be manually set up in the SynXis CR. All IDs and Codes used in update messages must match those set up in the system.

Sample Request
<OTA_HotelBookingRuleNotifRQ TimeStamp="2019-07-01T11:25:15" ="4" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <RuleMessages HotelCode="10001" HotelName="Test Hotel">
        <RuleMessage>
            <StatusApplicationControl />
            <BookingRules>
                <BookingRule Start="2019-01-01" End="2019-01-31">
                    <RestrictionStatus Restriction="Master" Status="Close"/>
                </BookingRule>
            </BookingRules>
        </RuleMessage>
    </RuleMessages>
</OTA_HotelBookingRuleNotifRQ>
Sample Response
<OTA_HotelBookingRuleNotifRS TimeStamp="2019-07-01T11:27:04" ="4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05">
    <Success/>
</OTA_HotelBookingRuleNotifRS>