# 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.6feca6813d49343c21f6eaf6fb23bc2ae9463aebb608c424a9b1a86125d3a633.53c68abe.md)