Indicates whether the restaurant is currently accepting online orders for the DiningOption
you specify,
and contains the online ordering schedule for the period of time you specify in your request.
object (AsapSchedule) Indicates whether the restaurant currently accepts online orders that will be available immediately
for the | |
object (DiningOption) The GUID reference and behavior of the dining option. | |
object (FutureSchedule) List of times periods when the restaurant accepts online orders for immediate or scheduled availability during the time period you specify in your request. |
{- "diningOption": {
- "guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
- "behavior": "TAKE_OUT"
}, - "asapSchedule": {
- "availableNow": true,
- "availableTime": "string"
}, - "futureSchedule": {
- "futureDates": [
- {
- "businessDate": "string",
- "futureTimes": [
- {
- "startTime": "string",
- "endTime": "string"
}
]
}
]
}
}