Otter · JSON Structure

Public Api Manager Confirm Order Request Structure

The request to confirm an order.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

ManagerConfirmOrderRequest 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

estimatedPrepTimeMinutes

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-manager-confirm-order-request-structure.json",
  "name": "ManagerConfirmOrderRequest",
  "description": "The request to confirm an order.",
  "type": "object",
  "properties": {
    "estimatedPrepTimeMinutes": {
      "type": "int32",
      "nullable": true,
      "description": "Estimated order preparation time in minutes.",
      "example": 15
    }
  }
}