Restaurant Brands International · Example Payload

Menu V2 Day Part Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Menu V2 Day Part Example is an example object payload from Restaurant Brands International, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idschedule

Example Payload

Raw ↑
{
  "id": "Breakfast",
  "schedule": {
    "friClose": 1439,
    "friOpen": "00:00",
    "monClose": 1439,
    "monOpen": "00:00",
    "satClose": 1439,
    "satOpen": "00:00",
    "sunClose": 1439,
    "sunOpen": "00:00",
    "thrClose": 1439,
    "thrOpen": "00:00",
    "tueClose": 1439,
    "tueOpen": "00:00",
    "wedClose": 1439,
    "wedOpen": "00:00"
  }
}