Lightspeed · Example Payload

Restaurant K Series Ape Customer Info Example

POSRetailRestaurantEcommerce

Restaurant K Series Ape Customer Info Example is an example object payload from Lightspeed, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamelastNamethirdPartyReferenceemailcontactNumberAsE164notessalutationsendEmailReceiptsemailNotification

Example Payload

Raw ↑
{
  "firstName": "Jane",
  "lastName": "Doe",
  "thirdPartyReference": "ZEN-7074522d-c71d-403f",
  "email": "jane.doe@example.com",
  "contactNumberAsE164": "+14155552671",
  "notes": "Notes about the customer.",
  "salutation": "Mr.",
  "sendEmailReceipts": true,
  "emailNotification": "DONT_CHANGE"
}