# RoomRate

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [RoomRates](/connectivity/docs/api-reference/roomrates)/`RoomRate` | Contains price details of one combination of room type, rate, and date. Each reservation contains at least one `RoomRate` element for each night of the stay. If the reservation contains multiple rooms, there will be one `RoomRate` per room, per night. | object | 0..* | - |
| `RoomRate`/`@EffectiveDate` | The date to which the rate applies. | datetime | 1..1 | Format: `YYYY-MM-DD` |
| `RoomRate`/`@RatePlanCode` | Specifies the Booking.com [rate plan](/connectivity/docs/ota-hotelrateplannotif) id. | int | 1..1 | If you enabled the [VCC with rate plan ID feature](https://connect.booking.com/feature_management#), you can see the letters VCC attached to the end of the id. This indicates the payment to the property  was made with a Booking.com virtual credit card (VCC). |
| `RoomRate`/[Rates](/connectivity/docs/api-reference/rates) | - | array of [Rate](/connectivity/docs/api-reference/rate) | 1..1 | - |


## XML


```xml
<RoomRate
  EffectiveDate="2012-12-13"
  RatePlanCode="1278608">
   <Rates>
     ...
   </Rates>
</RoomRate>
```

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.0246048b9c717d1a5855d6674e26c38dabca2d621c6e35c8db7aba16f8794661.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.db8d41e1bc79646e4858455554c34b992ccb01469da7502fbb3cc803dccb64f5.53c68abe.md)