Lunchbox · Example Payload

Pos Pos Contact Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Pos Pos Contact 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

activeaddress1address2address3citystatepostal_codecountryphonelatitudelongitude

Example Payload

Raw ↑
{
  "active": true,
  "address1": "1216 Broadway",
  "address2": "string",
  "address3": "string",
  "city": "New York",
  "state": "NY",
  "postal_code": "10001",
  "country": "US",
  "phone": "2125551411",
  "latitude": 40.74661,
  "longitude": -73.98833
}