v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
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

AllowRestaurantOverrideboolean nullable

Whether a restaurant should be allowed to reverse this offline status change through calls to the Restaurant Events endpoints.

IsOfflineboolean

Represents the current offline status of the restaurant.

RestaurantIdstring

The unique identifier of the restaurant that has their offline status changed.

Tenant'au' | 'dk' | 'es' | 'ie' | 'it' | 'no' | 'uk' | 'nz' enum

The two letter country code for the market in which the restaurant operates.

Example request

{
  "AllowRestaurantOverride": false,
  "IsOffline": true,
  "RestaurantId": "123456",
  "Tenant": "uk"
}

Response

OK