Flipdish · Example Payload

Stores Pre Order Config Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Stores Pre Order Config Example is an example object payload from Flipdish, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

LeadTimeMinutesIntervalMinutesMaxOrderAheadDaysIncludeAsapIncludeMoreGranularInitialTimeCutOffTimePreviousDayBasicCutOffTimeCurrentDayBasicPreOrderTimeDisplayTypeAlwaysAppearOpenRequireExplicitSelectAlways

Example Payload

Raw ↑
{
  "LeadTimeMinutes": 1,
  "IntervalMinutes": 1,
  "MaxOrderAheadDays": 1,
  "IncludeAsap": true,
  "IncludeMoreGranularInitialTime": true,
  "CutOffTimePreviousDayBasic": "string",
  "CutOffTimeCurrentDayBasic": "string",
  "PreOrderTimeDisplayType": "SingleTime",
  "AlwaysAppearOpen": true,
  "RequireExplicitSelectAlways": true
}