Otter · Example Payload

Public Api Upsert Hours Event Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Upsert Hours Event Example is an example object payload from Otter, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

menuHoursData

Example Payload

Raw ↑
{
  "menuHoursData": {
    "da0e4e94-5670-4175-897a-3b7dde45bed5": {
      "timeZone": "America/Los_Angeles",
      "regularHours": [
        {
          "days": [
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY"
          ],
          "timeRanges": [
            {
              "start": "08:00",
              "end": "22:00"
            }
          ]
        }
      ],
      "specialHours": [
        {
          "date": "2021-12-31",
          "timeRanges": [
            {
              "start": "08:00",
              "end": "22:00"
            }
          ],
          "type": "CLOSED"
        }
      ]
    }
  }
}