27 lines
698 B
XML
27 lines
698 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
AlpineBits 2022-10
|
|
https://www.alpinebits.org/
|
|
|
|
Sample message file for an empty FreeRooms request
|
|
|
|
Changelog:
|
|
v. 2020-10 1.0 initial example
|
|
-->
|
|
|
|
<OTA_HotelInvCountNotifRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://www.opentravel.org/OTA/2003/05"
|
|
Version="4"
|
|
xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelInvCountNotifRQ.xsd">
|
|
|
|
<UniqueID Type="16" ID="1" Instance="CompleteSet"/>
|
|
|
|
<Inventories HotelCode="123" HotelName="Frangart Inn">
|
|
|
|
<Inventory/>
|
|
|
|
</Inventories>
|
|
|
|
</OTA_HotelInvCountNotifRQ>
|