Restaurant Brands International · Example Payload

Menu V2 Entry Options Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

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

Top-level fields

defaultsentriesinjectDefaultquantity

Example Payload

Raw ↑
{
  "defaults": [],
  "entries": [
    {
      "defaults": {},
      "entries": {},
      "injectDefault": {},
      "quantity": {}
    }
  ],
  "injectDefault": true,
  "quantity": {
    "def": 1,
    "max": 1,
    "min": 1
  }
}