v1
latestOpenAPI 3.0.02026-07-1398671635.1 KBRestaurant Webhooks
publicly-accessible
Order time updated
Callback to notify recipients that there has been a change to the restaurant order times for a given day and service type
post/order-time-updated
Request body
Example request
{
"restaurantId": "123456",
"serviceType": "Delivery",
"dayOfWeek": "Monday",
"lowerBoundMinutes": 35,
"upperBoundMinutes": 50
}Response
OK