# OTA_HotelInvNotifRQ

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelInvNotifRQ` | Root element for [/ota/OTA_HotelInvNotif](/connectivity/docs/ota-hotelinvnotif) request. | object | 1..1 | - |
| `OTA_HotelInvNotifRQ`/`@Target` | Specifies whether the request is targeted at a test or production property. | enum | 0..1 | Accepts: `Test`, `Production`. Default: `Test` |
| `OTA_HotelInvNotifRQ`/[SellableProducts](/connectivity/docs/api-reference/sellableproducts) | Room types. | array of [SellableProduct](/connectivity/docs/api-reference/sellableproduct) | 1..1 | - |


## XML


```xml
<OTA_HotelInvNotifRQ
  xmlns="http://www.opentravel.org/OTA/2003/05"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.opentravel.org/2014B/OTA_HotelInvNotifRQ.xsd"
  version="6.000"
  id="OTA2014B"
  TransactionIdentifier="5"
  Target="Production">
    <SellableProducts ... >
        ...
    </SellableProducts>
</OTA_HotelInvNotifRQ>
```

## Related endpoints

* [/ota/OTA_HotelInvNotif](/connectivity/docs/ota-hotelinvnotif)