# HotelReservations

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [OTA_HotelResNotifRQ](/connectivity/docs/api-reference/ota_hotelresnotifrq)/`HotelReservations` | New reservations. | array of [HotelReservation](/connectivity/docs/api-reference/hotelreservation) | 1..1 | - |
| `HotelReservations`/[HotelReservation](/connectivity/docs/api-reference/hotelreservation) | New reservation. | object | 0..* | - |


## XML


```xml
<HotelReservations>
  <HotelReservation>
    ...
  </HotelReservation>
  <HotelReservation>
    ...
  </HotelReservation>
</HotelReservations>
```

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.0246048b9c717d1a5855d6674e26c38dabca2d621c6e35c8db7aba16f8794661.53c68abe.md)