Deliverect · JSON Structure

Channel Api Post Channelname Menustatus Id Structure

Deliverect Menu Update (Async)

Type: object Properties: 2 Required: 1
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

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

Properties

status comment

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/deliverect/refs/heads/main/json-structure/channel-api-post-channelname-menustatus-id-structure.json",
  "name": "PostChannelnameMenustatusId",
  "description": "Deliverect Menu Update (Async)",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "confirmed"
    },
    "comment": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "status"
  ]
}