Lightspeed · Example Payload

Retail R Series Customer Example

POSRetailRestaurantEcommerce

Retail R Series Customer Example is an example object payload from Lightspeed, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customerIDfirstNamelastNamecompanycontactIDdiscountIDtaxCategoryIDContact

Example Payload

Raw ↑
{
  "customerID": "500123",
  "firstName": "Burger",
  "lastName": "Burger",
  "company": "example",
  "contactID": "500123",
  "discountID": "500123",
  "taxCategoryID": "500123",
  "Contact": {
    "contactID": "500123",
    "custom": "example",
    "noEmail": true,
    "noPhone": false,
    "noMail": false
  }
}