Lunchbox · Example Payload

Pos Pos Order Location Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

address1address2address3citystatecodezipcodeprovincecountryphoneinstructions

Example Payload

Raw ↑
{
  "address1": "1216 Broadway",
  "address2": "string",
  "address3": "string",
  "city": "New York",
  "statecode": "NY",
  "zipcode": "10001",
  "province": "string",
  "country": "US",
  "phone": "2125551411",
  "instructions": "string"
}