Restaurant Brands International · Example Payload

Channel Menu Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

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

Top-level fields

metadayPartsrootMenuEntryIdentriessystemWideOfferEntriesrewardEntriesconfigOfferEntries

Example Payload

Raw ↑
{
  "meta": "example",
  "dayParts": [
    {
      "id": {},
      "daysOfWeek": {},
      "startTime": {},
      "endTime": {}
    }
  ],
  "rootMenuEntryId": "entry-id",
  "entries": [
    {
      "id": {},
      "referenceId": {},
      "type": {},
      "groupType": {},
      "name": {},
      "description": {},
      "available": {},
      "image": {},
      "price": {},
      "options": {},
      "dayParts": {},
      "nutrition": {},
      "translations": {}
    }
  ],
  "systemWideOfferEntries": [
    {}
  ],
  "rewardEntries": [
    {}
  ],
  "configOfferEntries": [
    {}
  ]
}