Lightspeed · Example Payload

Retail R Series Employee Example

POSRetailRestaurantEcommerce

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

Top-level fields

employeeIDfirstNamelastNameshopIDlimitToShopID

Example Payload

Raw ↑
{
  "employeeID": "500123",
  "firstName": "Burger",
  "lastName": "Burger",
  "shopID": "500123",
  "limitToShopID": "500123"
}