DateOverride

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 diningOptionBehavior the override applies to. Can be TAKE_OUT or DELIVERY or both.

Items Enum: "TAKE_OUT" "DELIVERY"
Array of objects (OverrideTimeRanges)

The time range when the override starts and ends.

{
  • "description": "string",
  • "diningOptionBehavior": [
    ],
  • "businessDate": 0,
  • "timeRanges": [
    ]
}