Flipdish · Example Payload

Stores Business Hours Period Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Stores Business Hours Period Example is an example object payload from Flipdish, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EarlyLateRangesDayOfWeekStartTimePeriodStartTimeEarlyPeriodEarly

Example Payload

Raw ↑
{
  "Early": "string",
  "Late": "string",
  "Ranges": [],
  "DayOfWeek": "Sunday",
  "StartTime": "2026-06-02T12:00:00Z",
  "Period": "string",
  "StartTimeEarly": "string",
  "PeriodEarly": "string"
}