OTA_HotelAvailNotifRS

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


You must send the same EchoToken in the response that was sent in the originating request. 

Sample success response

<OTA_HotelAvailNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="a-ksey27-bea0-48cd-a0f0-c3ab1a32b7e1" TimeStamp="2022-07-06T07:24:13.756Z" Version="1.0">
  <Success />
</OTA_HotelAvailNotifRS>

Sample error response

<OTA_HotelAvailNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="a-j18sh2-96e4-4c88-8094-91cf9fce8ac0" TimeStamp="2022-07-03T09:36:07.031Z" Version="1.0">
  <Errors>
    <Error Code="1113" ShortText="Rateplan code is invalid" />
  </Errors>
</OTA_HotelAvailNotifRS>

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