Flipdish · JSON Structure

Marketing Create Promotion Structure

Create Promotion

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Name MenuItemPublicIds

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/marketing-create-promotion-structure.json",
  "name": "CreatePromotion",
  "description": "Create Promotion",
  "type": "object",
  "properties": {
    "Name": {
      "description": "Promotion Name",
      "type": "string",
      "example": "Example Name"
    },
    "MenuItemPublicIds": {
      "description": "Promotion Menu Item Awards",
      "type": "array",
      "items": {
        "type": "uuid",
        "example": "00000000-0000-0000-0000-000000000000"
      },
      "example": [
        "00000000-0000-0000-0000-000000000000"
      ]
    }
  }
}