# OTA_HotelRatePlanNotifRS

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelRatePlanNotifRS` | Root element for [/ota/OTA_HotelRatePlanNotif](/connectivity/docs/ota-hotelrateplannotif) response. | object | 1..1 | - |
| `OTA_HotelRatePlanNotifRS`/[RatePlanCrossRef](/connectivity/docs/api-reference/rateplancrossref) | Cross-referencing information for (new) rate plans. | object | 0..* | - |
| `OTA_HotelRatePlanNotifRS`/`Success` | Indicates a successful request. | object | 0..1 | Can occur simultaneously with [Warnings](/connectivity/docs/api-reference/warnings), but not [Errors](/connectivity/docs/api-reference/errors). |
| `OTA_HotelRatePlanNotifRS`/[Warnings](/connectivity/docs/api-reference/warnings) | Warnings, if any. | array of [Warning](/connectivity/docs/api-reference/warning) | 0..1 | Can occur simultaneously with `Success`. |
| `OTA_HotelRatePlanNotifRS`/[Errors](/connectivity/docs/api-reference/errors) | Errors, if any. | array of [Error](/connectivity/docs/api-reference/error) | 0..1 | Never occurs simultaneously with `Success`. |


## XML


```xml
<OTA_HotelRatePlanNotifRS
  xmlns="http://www.opentravel.org/OTA/2003/05"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelRatePlanNotifRS.xsd"
  TimeStamp="2015-09-30T13:49:52-00:00"
  Target="Production"
  Version="3.000">
  <Success />
  <RatePlanCrossRef ... />
  <RatePlanCrossRef ... />
</OTA_HotelRatePlanNotifRS>
```

## Related endpoints

* [/ota/OTA_HotelRatePlanNotif](/connectivity/docs/ota-hotelrateplannotif)