Restaurant Brands International · Example Payload

Channel Loyalty Base Entry Example

Whopper

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

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

Top-level fields

idtypenamedescriptionavailabilitydiscountTypediscountValueloyaltyPointspricequantityConstraintsoptions

Example Payload

Raw ↑
{
  "id": "entry-id",
  "type": "DISCOUNT",
  "name": "Whopper",
  "description": "Whopper",
  "availability": true,
  "discountType": "PERCENTAGE",
  "discountValue": 40,
  "loyaltyPoints": 100,
  "price": {
    "default": 1.0,
    "max": 1.0,
    "min": 1.0
  },
  "quantityConstraints": {
    "defaultAmount": 599,
    "minAmount": 599,
    "maxAmount": 599
  },
  "options": {}
}