Lunchbox · Example Payload

Core Address Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Core Address Example is an example object payload from Lunchbox, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

address_idaddress1address2address3citystatecodezipcodecountryinstructionslatitudelongitude

Example Payload

Raw ↑
{
  "address_id": 1234,
  "address1": "1216 Broadway",
  "address2": "string",
  "address3": "string",
  "city": "New York",
  "statecode": "NY",
  "zipcode": "10001",
  "country": "US",
  "instructions": "string",
  "latitude": 40.74661,
  "longitude": -73.98833
}