Flipdish · JSON Structure

Marketing Store Campaign Start Time Structure

Store campaign start time

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

StoreCampaignStartTime 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

StoreId TsStart

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-store-campaign-start-time-structure.json",
  "name": "StoreCampaignStartTime",
  "description": "Store campaign start time",
  "type": "object",
  "properties": {
    "StoreId": {
      "description": "Store Id",
      "type": "int32",
      "example": 500123
    },
    "TsStart": {
      "description": "Campaign start time in Utc",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    }
  }
}