Restaurant Events Webhooks
publicly-accessible
Restaurant Online Status
Callback to notify that a restaurant is now able to come back online as there are no longer any active offline Restaurant Events
put/restaurant-online-status
Request body
Example request
{
"Tenant": "uk",
"RestaurantId": "123456",
"IsOffline": true,
"AllowRestaurantOverride": false
}Response
OK