Files
alpinebits_python/AlpineBits-HotelData-2024-10/files/samples/GuestRequests/GuestRequests-OTA_ResRetrieveRS-cancellation.xml
2025-09-19 12:47:48 +02:00

40 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
AlpineBits 2022-10
https://www.alpinebits.org/
Sample message file for GuestRequests response with a cancellation
Changelog:
v. 2015-07b 1.1 comments added
v. 2014-04 1.0 initial example
-->
<OTA_ResRetrieveRS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.opentravel.org/OTA/2003/05"
xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_ResRetrieveRS.xsd"
Version="7.000">
<Success/>
<ReservationsList>
<HotelReservation CreateDateTime="2022-03-21T15:00:00+01:00" ResStatus="Cancelled">
<!-- Type 15 -> Cancellation -->
<UniqueID Type="15" ID="c24e8b15ca469388"/>
<!-- the following are optional for cancellations: -->
<!--
<RoomStays> ... </RoomStays>
<ResGuests> ... </ResGuests>
<ResGlobalInfo> ... </ResGlobalInfo>
-->
</HotelReservation>
</ReservationsList>
</OTA_ResRetrieveRS>