OTA_HotelResNotifRS

This message indicates the result of processing the OTA_HotelResNotifRQ message, in both cases of success or error.

Sample Success Message

<OTA_HotelResNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="0af6e5bd-908a-40bc-bafd-173cf19fcb6b" TimeStamp="2016-09-09T13:17:34.165-04:00" Version="1.003">
  <Success />
  <HotelReservations>
    <HotelReservation>
      <UniqueID Type="14" ID="CONF CODE FROM CLIENT" />
      <ResGlobalInfo>
        <HotelReservationIDs>
          <HotelReservationID ResID_Type="22" ResID_Value=" CONF CODE FROM Hotel Trader" ResID_Source="HT" ResID_SourceContext="HTConfirmNumber" />
        </HotelReservationIDs>
      </ResGlobalInfo>
    </HotelReservation>
  </HotelReservations>
</OTA_HotelResNotifRS>

Sample Failure Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
        <ns2:OTA_HotelResNotifRS EchoToken="844da775-ecd5-4b52-a613-7114a254a3cd" TimeStamp="2020-11-06T02:29:40.329Z" Version="1.001" xmlns:ns2="http://www.opentravel.org/OTA/2003/05">
            <ns2:Errors>
                <ns2:Error Code="1024" ShortText="Invalid Request - missing Nightly Rates for stay date(s)" Type="Invalid Request - missing Nightly Rates for stay date(s)"/>
            </ns2:Errors>
        </ns2:OTA_HotelResNotifRS>
    </soapenv:Body>
</soapenv:Envelope>

For a complete list of error codes and descriptions, refer to the ARI Error Codes section on the Error Codes page in our Knowledge Base.