Lunchbox · Example Payload

Loyalty User Wallet Create Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Loyalty User Wallet Create Example is an example object payload from Lunchbox, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamelastNamebirthdateemailphone

Example Payload

Raw ↑
{
  "firstName": "John",
  "lastName": "Smith",
  "birthdate": "1990-05-21",
  "email": "demo@lunchbox.io",
  "phone": "2125551411"
}