# Restaurants

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [FacilityInfo](/connectivity/docs/api-reference/facilityinfo)/`Restaurants` | Container for restaurants. | array of [Restaurant](/connectivity/docs/api-reference/restaurant) | 0..1 | - |
| `Restaurants`/[Restaurant](/connectivity/docs/api-reference/restaurant) | Restaurant details. | object | 0..* | - |


## XML


```xml
<Restaurants>
 <Restaurant ... >
   ...
 </Restaurant>
</Restaurants>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)