# OTA_HotelDescriptiveContentNotifRS

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelDescriptiveContentNotifRS` | Root element for [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif) response. | object | 1..1 | - |
| `OTA_HotelDescriptiveContentNotifRS`/`@Target` | Specifies whether the response is from the test or production server. | object | 0..1 | Values: `Test`, `Production` |
| `OTA_HotelDescriptiveContentNotifRS`/[Errors](/connectivity/docs/api-reference/errors) | Errors, if any. | array of [Error](/connectivity/docs/api-reference/error) | 0..1 | Never occurs simultaneously with `Success`. |
| `OTA_HotelDescriptiveContentNotifRS`/[TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions) | Container for [HotelCrossRefs](/connectivity/docs/api-reference/hotelcrossrefs). | object | 0..1 | - |
| `OTA_HotelDescriptiveContentNotifRS`/[UniqueID](/connectivity/docs/api-reference/uniqueid) | Unique identifying information for a (new) property. | object | 0..1 | - |
| `OTA_HotelDescriptiveContentNotifRS`/`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_HotelDescriptiveContentNotifRS`/[Warnings](/connectivity/docs/api-reference/warnings) | Warnings, if any. | array of [Warning](/connectivity/docs/api-reference/warning) | 0..1 | Can occur simultaneously with `Success`. |


## XML


```xml
<OTA_HotelDescriptiveContentNotifRS
  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_HotelDescriptiveContentNotifRS.xsd"
  TimeStamp="2015-07-31T12:36:23-00:00"
  Target="Production"
  Version="3.000">
  <TPA_Extensions>
    ...
  </TPA_Extensions>
  <UniqueID ... />
  <Success />
</OTA_HotelDescriptiveContentNotifRS>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)