v1
latestOpenAPI 3.0.02026-07-1498671635.3 KBRestaurant Events Webhooks
publicly-accessible
Restaurant Offline Status
Callback to notify that a restaurant has been taken offline through an active Restaurant Event or there's been a change in whether the restaurant can override a previous offline status.
put/restaurant-offline-status
Request body
Example request
{
"AllowRestaurantOverride": false,
"IsOffline": true,
"RestaurantId": "123456",
"Tenant": "uk"
}Response
OK