An array of Overrides
objects that indicate the specific days and times when the restaurant's online ordering schedule is different from its hours of operation.
businessDate | integer The day when the override applies in YYYYMMDD format. |
description | string Description of the planned override. |
diningOptionBehavior | Array of strings The |
Array of objects (OverrideTimeRanges) The time range when the override starts and ends. |
{- "description": "string",
- "diningOptionBehavior": [
- "TAKE_OUT"
], - "businessDate": 0,
- "timeRanges": [
- {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}
]
}