Flipdish · JSON Structure

Platform Menu Bulk Edit Event Structure

Menu bulk event

Type: object Properties: 16
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

EventName MenuName Description Item InstanceCount IsAvailable User MenuId FlipdishEventId CreateTime Position AppId OrgId IpAddress ActivityId ActivityType

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/platform-menu-bulk-edit-event-structure.json",
  "name": "MenuBulkEditEvent",
  "description": "Menu bulk event",
  "type": "object",
  "properties": {
    "EventName": {
      "description": "The event name",
      "type": "string",
      "example": "Example Name"
    },
    "MenuName": {
      "description": "Menu Name",
      "type": "string",
      "example": "Example Name"
    },
    "Description": {
      "description": "Description",
      "type": "string",
      "example": "string"
    },
    "Item": {
      "description": "Product",
      "type": "string",
      "example": "string"
    },
    "InstanceCount": {
      "description": "Quantity of product",
      "type": "int32",
      "example": 3
    },
    "IsAvailable": {
      "description": "Visibility of the item",
      "type": "boolean",
      "example": true
    },
    "User": {
      "$ref": "#/components/schemas/UserEventInfo"
    },
    "MenuId": {
      "description": "The menu Id",
      "type": "int32",
      "example": 500123
    },
    "FlipdishEventId": {
      "description": "The identitfier of the event",
      "type": "uuid",
      "example": "00000000-0000-0000-0000-000000000000"
    },
    "CreateTime": {
      "description": "The time of creation of the event",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    },
    "Position": {
      "description": "Position",
      "type": "int32",
      "example": 1
    },
    "AppId": {
      "description": "App id",
      "type": "string",
      "example": "500123"
    },
    "OrgId": {
      "description": "Org id",
      "type": "string",
      "example": "500123"
    },
    "IpAddress": {
      "description": "Ip Address",
      "type": "string",
      "example": "string"
    },
    "ActivityId": {
      "description": "Activity Id",
      "type": "string",
      "example": "500123"
    },
    "ActivityType": {
      "description": "Activity Type",
      "type": "string",
      "example": "string"
    }
  }
}