Skip Navigation

ARI Sync - Inventory (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-Inventory (HTNG) is used to notifiy a booking source of the inventory amount available at a specific hotel property.

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

It allows the Property Management System and Central Reservation Systems or other booking sources to synchronize the number of inventory items available for sale between them.

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

  • Hotel level available inventory values
  • Room level available inventory values
  • Room level total room inventory values
  • Room level out of order and out of inventory values.
  • Group block product allocation (committed) quantity values
  • Group block product Sell Limits values
  • Group block product Sold Quantities
Sample Request
<OTA_HotelInvCountNotifRQ xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvCountNotifRQ.xsd" TimeStamp="2015-10-01T09:41:51.982" Version="2.000" xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Inventories HotelCode="10001">
        <Inventory>
            <StatusApplicationControl Start="2015-01-01" End="2015-01-01" AllInvCode="true"/>
            <UniqueID Type="16" ID="1"/>
            <InvCounts>
                <InvCount CountType="2" Count="87"/>
            </InvCounts>
        </Inventory>
    </Inventories>
</OTA_HotelInvCountNotifRQ>
Sample Response
<OTA_HotelInvCountNotifRS xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvCountNotifRS.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_HotelInvCountNotifRS>