v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Attempted Delivery Webhooks
publicly-accessible

Delivery Attempt Failed

This webhook will be invoked whenever an attempted delivery event is created from the device.

put/delivery-failed

Request body

OrderIdstring

The id of the order

Reasonstring

The reason for creating the attempted delivery

RestaurantIdnumber

The id of the restaurant

Tenantstring

The tenant associated with the order

Example request

{
  "OrderId": "wiej234idf09i29jijgf4",
  "Reason": "Customer did not answer the door",
  "RestaurantId": 110230,
  "Tenant": "uk"
}

Response

Respond with a 200 status code to indicate that you have received the notification.