Restaurant 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
Changes
No recorded changes to this endpoint across all 1 revision of this API.