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

25 lines
632 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
AlpineBits 2022-10
https://www.alpinebits.org/
Sample message file for GuestRequests response with an error
Changelog:
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">
<Errors>
<Error Type="13" Code="392">
Invalid hotel code
</Error>
</Errors>
</OTA_ResRetrieveRS>