Returns a restaurant location's online ordering schedule for takeout and/or delivery, including overrides, and the maximum number of days in the future a guest can place an online order.
Get a restaurant location's online ordering schedule.
A OrderingSchedule
object.
curl -i -X GET \ https://toast-api-server/ordermgmt-config/v1/published/orderingSchedule \ -H 'Toast-Restaurant-External-ID: string'
{- "servicePeriods": [
- {
- "diningOptionBehavior": "TAKE_OUT",
- "dayPeriods": [
- {
- "day": "MONDAY",
- "timeRanges": [
- {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}
]
}
]
}
], - "overrides": [
- {
- "description": "string",
- "diningOptionBehavior": "string",
- "businessDate": "string",
- "timeRanges": [
- {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}
]
}
], - "scheduledOrderMaxDays": 0
}