# OTA_HotelSummaryNotifRS

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelSummaryNotifRS` | Root element for [/ota/OTA_HotelSummaryNotif](/connectivity/docs/ota-hotelsummarynotif) response. | object | 1..1 | - |
| `OTA_HotelSummaryNotifRS`/[RatePlanCrossRef](/connectivity/docs/api-reference/rateplancrossref) | - | object | 0..* | - |
| `OTA_HotelSummaryNotifRS`/`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_HotelSummaryNotifRS`/[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_HotelSummaryNotifRS`/[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_HotelSummaryNotifRS
  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_HotelSummaryNotifRS.xsd"
  TimeStamp="2015-07-10T11:42:28-00:00"
  Target="Production"
  Version="3.000">
  <Success />
  <Warnings>
    ...
  </Warning>
  <Errors>
    ...
  </Errors>
</OTA_HotelSummaryNotifRS>
```

## Related endpoints

* [/ota/OTA_HotelSummaryNotif](/connectivity/docs/ota-hotelsummarynotif)