Deliverect · Schema

PostChannelnameMenustatusId

Deliverect Menu Update (Async)

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
status string
comment string
View JSON Schema on GitHub

JSON Schema

channel-api-post-channelname-menustatus-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/channel-api-post-channelname-menustatus-id-schema.json",
  "title": "PostChannelnameMenustatusId",
  "description": "Deliverect Menu Update (Async)",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "confirmed"
    },
    "comment": {
      "type": "string",
      "example": "string"
    }
  },
  "required": [
    "status"
  ]
}