Restaurant Brands International · Example Payload

Channel Service Hour Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Channel Service Hour Example is an example object payload from Restaurant Brands International, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

serviceModetimeSlotsweekdayHours

Example Payload

Raw ↑
{
  "serviceMode": "TAKEOUT",
  "timeSlots": [
    {
      "closes": {},
      "date": {},
      "isClosed": {},
      "opens": {}
    }
  ],
  "weekdayHours": [
    {
      "text": {}
    }
  ]
}