Cookbook
Developer guide
API reference
Platform guide
Release notes
  • Cookbook
  • Developer guide
  • API reference
  • Platform guide
  • Release notes
    • Nothing Found
    API reference
    Authentication
    Cash Management
    Configuration
    Credit cards
    Kitchen
    Labor
    Menus V2
    Menus V3
    Order management configuration
      Data definitions
        schema
        OrderingSchedule
        schema
        ServicePeriod
        schema
        DayPeriod
        schema
        TimeRange
        schema
        DateOverride
        schema
        OverrideTimeRanges
      get
      Get online ordering schedule
    Orders
    Packaging configuration
    Partners
    Restaurant availability
    Restaurants
    Stock
    API specifications
    Gift cards integration specification
    Loyalty integration specification
    Tender integration specification

TimeRange

The time range when the restaurant is accepting online orders.

end
string <time>

The local time in HH:MM format when the restaurant's online ordering hours end.

start
string <time>

The local time in HH:MM format when the restaurant's online ordering hours start.

{
  • "start": "14:15:22Z",
  • "end": "14:15:22Z"
}