Skip to main content

Room Inventory Delivery to RMS

10.26
Property Connect
HTNG
Inventory
Rooms
SOAP API
RMS Integration

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.

Target Audience
RMS Integration
API Version
10.26
Authentication
Security Credentials
Service Action Code
OTA_HotelInvCountNotifRQ
Sample Request
<OTA_HotelInvCountNotifRQ xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvCountNotifRQ.xsd"
                          TimeStamp="2021-09-27T09: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="12345">
		<Inventory>
			<StatusApplicationControl Start="2021-09-27" End="2021-09-27" InvTypeCode="KING"/>
			<UniqueID Type="16" ID="1"/>
			<InvCounts>
				<InvCount CountType="1" Count="100"/>
				<InvCount CountType="4" Count="10"/>
				<InvCount CountType="6" Count="5"/>
				<InvCount CountType="8" Count="15"/>
				<InvCount CountType="13" Count="20"/>
				<InvCount CountType="17" Count="1"/>
			</InvCounts>
		</Inventory>
		<Inventory>
			<StatusApplicationControl Start="2021-09-28" End="2021-09-30" InvTypeCode="KING"/>
			<UniqueID Type="16" ID="2"/>
			<InvCounts>
				<InvCount CountType="1" Count="200"/>
				<InvCount CountType="4" Count="20"/>
				<InvCount CountType="6" Count="2"/>
				<InvCount CountType="8" Count="25"/>
				<InvCount CountType="13" Count="2"/>
				<InvCount CountType="17" Count="2"/>
			</InvCounts>
		</Inventory>
		<Inventory>
			<StatusApplicationControl Start="2021-09-27" End="2021-09-27" InvTypeCode="QUEEN"/>
			<UniqueID Type="16" ID="3"/>
			<InvCounts>
				<InvCount CountType="1" Count="50"/>
				<InvCount CountType="4" Count="1"/>
				<InvCount CountType="6" Count="0"/>
				<InvCount CountType="8" Count="15"/>
				<InvCount CountType="13" Count="12"/>
				<InvCount CountType="17" Count="4"/>
			</InvCounts>
		</Inventory>
	</Inventories>
</OTA_HotelInvCountNotifRQ>