# 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.9435d67d3f702fdfeb4d85eb03dae5806013069110bcdc3c564617b49bff6032.53c68abe.md)