Restaurant Brands International · Example Payload

Channel Location Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

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

Top-level fields

administrativeAreacoordinatesformattedAddresslocalityphoneNumberpostalCoderegionCoderoute

Example Payload

Raw ↑
{
  "administrativeArea": "FL",
  "coordinates": {
    "latitude": 25.782379,
    "longitude": -80.289207
  },
  "formattedAddress": "5701 BLUE LAGOON DR, MIAMI, FL 33126",
  "locality": "MIAMI",
  "phoneNumber": "555-555-5555",
  "postalCode": "33126",
  "regionCode": "US",
  "route": "5701 BLUE LAGOON DR"
}