# OTA\_HotelRateAmountNotifRS

RG will respond to the above request by returning an OTA\_HotelRateAmountNotifRS message.

**Rate change response indicating success**

```xml
<OTA_HotelRateAmountNotifRS xmlns
="http://www.opentravel.org/OTA/2003/05"
 
Version="1.100"
EchoToken="879791878"
Target="Production"
TimeStamp="2011-10-01T16:56:20-05:00">
<Success />
</OTA_HotelAvailNotifRS>
```

**Rate change response indicating failure**

```xml

<OTA_HotelRateAmountNotifRS xmlns
="http://www.opentravel.org/OTA/2003/05"
 
Version="1.100"
EchoToken="879791878"
Target="Production"
TimeStamp="2011-10-01T16:56:20-05:00">
 <Errors>
 <Error Type="3" Code="320" RecordID="A1K"> 
        Invalid Data in RestrictionStatus Field
</Error>
</Errors>
</OTA_HotelAvailNotifRS>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.rategain.com/our-products/channel-manager/rg-bridge-supply-push/interface-specifications-availability-and-rates-notification-service/operations/rate-change-notification/ota_hotelrateamountnotifrs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
