Otter · JSON Structure

Public Api Cancel Delivery Callback Request Structure

Cancellation result callback request.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

CancelDeliveryCallbackRequest is a JSON Structure definition published by Otter, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

canceledAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-cancel-delivery-callback-request-structure.json",
  "name": "CancelDeliveryCallbackRequest",
  "description": "Cancellation result callback request.",
  "type": "object",
  "properties": {
    "canceledAt": {
      "type": "datetime",
      "description": "The time that the request was cancelled.",
      "example": "2007-12-03T10:15:30+01:00"
    }
  }
}