Flipdish · JSON Structure

Menus Menu Element Edit Response Structure

Response with any menu elements that had issues being hidden/shown

Type: object Properties: 7
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

MenuElementEditResponse is a JSON Structure definition published by Flipdish, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SectionName ItemName OptionSetName OptionSetItemName MenuElementId MenuElementType ValidationCode

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/flipdish/refs/heads/main/json-structure/menus-menu-element-edit-response-structure.json",
  "name": "MenuElementEditResponse",
  "description": "Response with any menu elements that had issues being hidden/shown",
  "type": "object",
  "properties": {
    "SectionName": {
      "description": "Section name",
      "type": "string",
      "example": "Example Name"
    },
    "ItemName": {
      "description": "Item name",
      "type": "string",
      "example": "Example Name"
    },
    "OptionSetName": {
      "description": "Option Set name",
      "type": "string",
      "example": "Example Name"
    },
    "OptionSetItemName": {
      "description": "Element name",
      "type": "string",
      "example": "Example Name"
    },
    "MenuElementId": {
      "description": "Holds the information for the A and CNAME Records of a domain.",
      "type": "int32",
      "example": 500123
    },
    "MenuElementType": {
      "description": "Type of menu element",
      "enum": [
        "Item",
        "OptionSetItem"
      ],
      "type": "string",
      "example": "Item"
    },
    "ValidationCode": {
      "description": "Validation message for menu element issue",
      "enum": [
        "Success",
        "MinimumCountViolation",
        "MasterOptionSetViolation",
        "IncorrectElementTypeInMenu",
        "DBFailed"
      ],
      "type": "string",
      "example": "Success"
    }
  }
}