Retrieving/reading past reservations

If needed, existing reservations can be read from our system using an OTA_ReadRQ request.

Endpoints

Example

<?xml version="1.0" encoding="utf-8"?>
<OTA_ReadRQ 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_ReadRQ.xsd" Target="Test" Version="2.0" PrimaryLangID="en_US" TimeStamp="2018-12-13T12:20:40+01:00">
    <POS>
      <Source>
        <RequestorID Type="13" ID="USERNAME" MessagePassword="PASSWORD"></RequestorID>
      </Source>
    </POS>
    <UniqueID ID="RESERVATION ID" />
</OTA_ReadRQ>

More information can be found on the OTA_ReadRQ / OTA_HotelResNotifRQ or OTA_ResRetrieveRS page of the documentation.