Flipdish · Example Payload

Platform Store Opening Hours Updated Event Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Platform Store Opening Hours Updated Event Example is an example object payload from Flipdish, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EventNameOrgIdStoreIdStoreGroupIdUserDeliveryTypeDeliveryTypeStringBusinessHoursPeriodOldBusinessHoursPeriodDescriptionFlipdishEventIdCreateTimePositionAppIdIpAddressActivityIdActivityType

Example Payload

Raw ↑
{
  "EventName": "Example Name",
  "OrgId": "500123",
  "StoreId": 500123,
  "StoreGroupId": 500123,
  "User": "string",
  "DeliveryType": "Delivery",
  "DeliveryTypeString": "Delivery",
  "BusinessHoursPeriodOld": "string",
  "BusinessHoursPeriod": "string",
  "Description": "string",
  "FlipdishEventId": "00000000-0000-0000-0000-000000000000",
  "CreateTime": "2026-06-02T12:00:00Z",
  "Position": 1,
  "AppId": "500123",
  "IpAddress": "string",
  "ActivityId": "500123",
  "ActivityType": "string"
}