# OTA\_HotelRateAmountNotifRQ

The PMS should use the `OTA_HotelRateAmountNotifRQ` message to send rate updates. These updates must be sent at the product level, ensuring accurate and comprehensive communication of rate changes.

**Rate change request XML sample for Base Rate (Room price)**

```xml

<OTA_HotelRateAmountNotifRQ xmlns="
http://www.opentravel.org/OTA/2003/05

"
 
TimeStamp="2011-10-01T12:00:00"
Target="Production"
EchoToken="235651837sddge4"
Version="1.002">
 <RateAmountMessages HotelCode="ATLPE">
 <RateAmountMessage>
     <StatusApplicationControl  Start="2011-12-01" 
                                End="2011-12-01"


                                 RatePlanCode="BARA00"


                                 InvCode="STD"/>
       <Rates>


         <Rate CurrencyCode="USD">


           <BaseByGuestAmts>


             <BaseByGuestAmt AmountBeforeTax="100.00"
AmountAfterTax="120.00"/>
           </BaseByGuestAmts>
         </Rate>
       </Rates>
 </RateAmountMessage>
 </RateAmountMessages>
</OTA_HotelRateAmountNotifRQ>
```

###

**Rate change request XML sample for Occupancy Rate**

```xml
<OTA_HotelRateAmountNotifRQ xmlns="
http://www.opentravel.org/OTA/2003/05

"

TimeStamp="2011-10-01T12:00:00"
EchoToken="235651837sddge4"
Target="Production"
Version="1.002">
 <RateAmountMessages HotelCode="ATLPE">
 <RateAmountMessage>
     <StatusApplicationControl  Start="2011-12-01"
                                End="2011-12-01"
                                RatePlanCode="BARA00"
                                InvCode="STD"/>
      <Rates>
        <Rate CurrencyCode="USD">
          <BaseByGuestAmts>
            <BaseByGuestAmt AgeQualifyingCode="10" NumberOfGuests="1"
AmountBeforeTax="100.00" AmountAfterTax="120.00"/>
<BaseByGuestAmt AgeQualifyingCode="10" NumberOfGuests="2"
AmountBeforeTax="120.00" AmountBeforeTax="144.00"/>
          </BaseByGuestAmts>
<AdditionalGuestAmounts>
<AdditionalGuestAmount  AgeQualifyingCode="10" Amount="80"/>
<AdditionalGuestAmount AgeQualifyingCode="8" Amount="50"/>
</AdditionalGuestAmounts>
       </Rate>
      </Rates>
 </RateAmountMessage>
 </RateAmountMessages>
</OTA_HotelRateAmountNotifRQ>
```


---

# 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_hotelrateamountnotifrq.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.
