Flipdish · Example Payload

Stores Business Hours Period Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

DayOfWeekStartTimePeriodStartTimeEarlyPeriodEarly

Example Payload

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