# OTA_HotelDescriptiveContentNotifRQ

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelDescriptiveContentNotifRQ` | Root element for [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif) call. | object | 1 | - |
| [OTA_HotelDescriptiveContentNotifRQ](/connectivity/docs/api-reference/ota_hoteldescriptivecontentnotifrq)/`@Target` | Specifies whether the request is to create a test property or a real property. | enum | 1 | Accepts: `Test`, `Production` |
| [OTA_HotelDescriptiveContentNotifRQ](/connectivity/docs/api-reference/ota_hoteldescriptivecontentnotifrq)/[HotelDescriptiveContents](/connectivity/docs/api-reference/hoteldescriptivecontents) | See [HotelDescriptiveContents](/connectivity/docs/api-reference/hoteldescriptivecontents). | array | 1 | - |


## XML


```xml
<OTA_HotelDescriptiveContentNotifRQ
  xmlns="http://www.opentravel.org/OTA/2003/05"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  PrimaryLangID="en-us"
  EchoToken="GUID"
  TimeStamp="2015-06-09T09:30:47Z"
  xsi:schemaLocation="http://www.opentravel.org/2014B/OTA_HotelDescriptiveContentNotifRQ.xsd"
  id="OTA2014B"
  Version="8.0"
  Target="Production">
  <HotelDescriptiveContents>   
   ...
 </HotelDescriptiveContents>
</OTA_HotelDescriptiveContentNotifRQ>
```

## Related endpoints

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