grubhub · Example Payload

Grubhub Merchantreferral Example

Grubhub Merchantreferral Example is an example object payload from grubhub, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

business_nameaddresscontactexternal_idcuisine_types

Example Payload

Raw ↑
{
  "business_name": "sample-value",
  "address": null,
  "contact": null,
  "external_id": "id-1234567890",
  "cuisine_types": [
    "STANDARD"
  ]
}