Lunchbox · Example Payload

Core Customer Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

customer_idfirst_namelast_nameemailphoneis_phone_verifiedis_verifiedis_guestis_mgmtcompany_nameoccupationbirthdate

Example Payload

Raw ↑
{
  "customer_id": 1234,
  "first_name": "John",
  "last_name": "Smith",
  "email": "demo@lunchbox.io",
  "phone": "2125551411",
  "is_phone_verified": "2125551411",
  "is_verified": true,
  "is_guest": true,
  "is_mgmt": true,
  "company_name": "Sample",
  "occupation": "string",
  "birthdate": "1990-05-21"
}