Otter · JSON Structure

Public Api Order Delivery Info Update Request Structure

The request to update an order delivery info status.

Type: object Properties: 1 Required: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

deliveryInfo

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-order-delivery-info-update-request-structure.json",
  "name": "OrderDeliveryInfoUpdateRequest",
  "description": "The request to update an order delivery info status.",
  "type": "object",
  "properties": {
    "deliveryInfo": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-required-delivery-info-schema.json"
    }
  },
  "required": [
    "deliveryInfo"
  ]
}