# OperationTime

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [OperationTimes](/connectivity/docs/api-reference/operationtimes)/`OperationTime` | Opening/closing times for a [Restaurant](/connectivity/docs/api-reference/restaurant) or [Service](/connectivity/docs/api-reference/service) like breakfast. | object | 0..* | - |
| `OperationTime`/`@Mon` | Specifies whether the `@Start` and `@End` times apply on this day of the week. | int | 0..1 | `1` = true, `0` = false. Default: `0` |
| `OperationTime`/`@Tue` | Specifies whether the `@Start` and `@End` times apply on this day of the week. | int | 0..1 | `1` = true, `0` = false. Default: `0` |
| `OperationTime`/`@Weds` | Specifies whether the `@Start` and `@End` times apply on this day of the week. | int | 0..1 | `1` = true, `0` = false. Default: `0` |
| `OperationTime`/`@Thur` | Specifies whether the `@Start` and `@End` times apply on this day of the week. | int | 0..1 | `1` = true, `0` = false. Default: `0` |
| `OperationTime`/`@Fri` | Specifies whether the `@Start` and `@End` times apply on this day of the week. | int | 0..1 | `1` = true, `0` = false. Default: `0` |
| `OperationTime`/`@Sat` | Specifies whether the `@Start` and `@End` times apply on this day of the week. | int | 0..1 | `1` = true, `0` = false. Default: `0` |
| `OperationTime`/`@Sun` | Specifies whether the `@Start` and `@End` times apply on this day of the week. | int | 0..1 | `1` = true, `0` = false. Default: `0` |
| `OperationTime`/`@Start` | The opening time of the [Restaurant](/connectivity/docs/api-reference/restaurant) or [Service](/connectivity/docs/api-reference/service). | [BCIO](/connectivity/docs/codes-bcio) | 1..1 | - |
| `OperationTime`/`@End` | The closing time of the [Restaurant](/connectivity/docs/api-reference/restaurant) or [Service](/connectivity/docs/api-reference/service). | [BCIO](/connectivity/docs/codes-bcio) | 1..1 | - |


## XML


```xml
<OperationTime
  Mon='1'
  Tue='1'
  Weds='0'
  Thur='1'
  Fri='1'
  Sat='1'
  Sun='0'
  Start='16:00'
  End='22:00' />
```

## Related endpoints

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