# OTA_HotelInvNotifRS

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| `OTA_HotelInvNotifRS` | Root element for [/ota/OTA_HotelInvNotif](/connectivity/docs/ota-hotelinvnotif) response. | object | 1..1 | - |
| `OTA_HotelInvNotifRS`/[InventoryCrossRefs](/connectivity/docs/api-reference/inventorycrossrefs) | - | array of [InventoryCrossRef](/connectivity/docs/api-reference/inventorycrossref) | 0..1 | Returned only if the request created a new room type. |
| `OTA_HotelInvNotifRS`/`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_HotelInvNotifRS`/[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_HotelInvNotifRS`/[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_HotelInvNotifRS
  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_HotelInvNotifRS.xsd"
  TimeStamp="2019-07-31T13:46:52-00:00"
  Target="Production"
  Version="3.000">
  <InventoryCrossRefs>
    ...
  </InventoryCrossRefs>
  <Success />
</OTA_HotelInvNotifRS>
```

## Related endpoints

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