v1
latestOpenAPI 3.0.02026-07-1398671635.1 KBRestaurantQueries Webhooks
publicly-accessible
Order Eligible For Restaurant Compensation
This webhook will be invoked for every cancelled order and it will inform if the order is eligible for compensation.
post/order-eligible-for-restaurant-compensation
Request body
Example request
{
"IsEligible": true,
"OrderId": "c9639af6-04a3-4376-bb4b-5e95cc8b80eb"
}Response
Respond with a 200 status code to indicate that you have received the notification.