# OTA_HotelProductNotifRQ

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelProductNotifRQ` | Root element for [/ota/OTA_HotelProductNotif](/connectivity/docs/ota-hotelproductnotif) request. | object | 1..1 | - |
| `OTA_HotelProductNotifRQ`/`@Target` | Specifies whether the request is targeted at a test or production property. | enum | 0..1 | Accepts: `Test`, `Production`. Default: `Test` |
| `OTA_HotelInvNotifRQ`/[HotelProducts](/connectivity/docs/api-reference/hotelproducts) | Products (combinations of room types, rate plans, and policies). | array of [HotelProduct](/connectivity/docs/api-reference/hotelproduct) | 1..1 | - |


## XML


```xml
<OTA_HotelProductNotifRQ 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-20T00:00:00"
  Version="1.0"
  Target="Production">
  <HotelProducts ... >    
    ...
  </HotelProducts>
</OTA_HotelProductNotifRQ>
```

## Related endpoints

* [/ota/OTA_HotelProductNotif](/connectivity/docs/ota-hotelproductnotif)