21 lines
587 B
XML
21 lines
587 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
AlpineBits 2022-10
|
|
https://www.alpinebits.org/
|
|
|
|
Sample message file for a RatePlan response with a success
|
|
|
|
changelog:
|
|
v. 2015-07 1.0 initial example
|
|
-->
|
|
|
|
<OTA_HotelRatePlanNotifRS xmlns="http://www.opentravel.org/OTA/2003/05"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelRatePlanNotifRS.xsd"
|
|
Version="3.14">
|
|
|
|
<Success/>
|
|
|
|
</OTA_HotelRatePlanNotifRS>
|