The ARI Sync-Inventory (HTNG) is used to notifiy a booking source of the inventory amount available at a specific hotel property.
Target Audience
Data Migration
PMS Integration
API Version
10.32
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>