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
    Orders
    Packaging configuration
    Partners
    Restaurant availability
    Restaurants
      Data definitions
        schema
        General
        schema
        Location
        schema
        URLs
        schema
        Image
        schema
        Hours
        schema
        Service
        schema
        DaySchedule
        schema
        WeekSchedule
        schema
        Schedules
        schema
        Delivery
        schema
        OnlineOrdering
        schema
        PaymentOptions
        schema
        DeliveryPaymentOptions
        schema
        TakeoutPaymentOptions
        schema
        PrepTimes
        schema
        RestaurantInfo
        schema
        Restaurant
      get
      Get restaurant configuration information
      get
      Get restaurants in a management group
    Stock
    API specifications
    Gift cards integration specification
    Loyalty integration specification
    Tender integration specification

Hours

The period of time that the restaurant offers a service. For example, a service might be named "lunch" and it might be offered between 10:00:00.000 and 16:00:00.000.

endTime
string

The time of day that the service ends.

startTime
string

The time of day that the service begins.

{
  • "startTime": "string",
  • "endTime": "string"
}