Restaurant Brands International · Example Payload

Channel Address Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Channel Address 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

administrativeAreacoordinatesformattedAddressinstructionslocalitypostalCoderegionCoderoutestreetNumbersublocalitysubpremise

Example Payload

Raw ↑
{
  "administrativeArea": "FL",
  "coordinates": {
    "latitude": 25.782379,
    "longitude": -80.289207
  },
  "formattedAddress": "5707 Blue Lagoon Drive",
  "instructions": "example",
  "locality": "Miami-Dade County",
  "postalCode": "33126",
  "regionCode": "US",
  "route": "Blue Lagoon Drive",
  "streetNumber": "5707",
  "sublocality": "example",
  "subpremise": "Suite 101"
}