# InventoryCrossRefs

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [OTA_HotelInvNotifRS](/connectivity/docs/api-reference/ota_hotelinvnotifrs)/`InventoryCrossRefs` | Cross-referencing information for (new) room types. | array of [InventoryCrossRef](/connectivity/docs/api-reference/inventorycrossref) | 0..1 | Returned only if the request created a new room type. |
| `InventoryCrossRefs`/[InventoryCrossRef](/connectivity/docs/api-reference/inventorycrossref) | Room type cross-reference details. | object | 0..* | - |


## XML


```xml
<InventoryCrossRefs>
  <InventoryCrossRef ... />
  <InventoryCrossRef ... />
</InventoryCrossRefs>
```

## Related endpoints

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