Lightspeed · Example Payload

Restaurant K Series Staff Api Create Pos Staff Dto Example

POSRetailRestaurantEcommerce

Restaurant K Series Staff Api Create Pos Staff Dto 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

usernamepinCodefirstNamelastNameactivevisiblegroupreportAccessroles

Example Payload

Raw ↑
{
  "username": "John Doe",
  "pinCode": "1234",
  "firstName": "John",
  "lastName": "Doe",
  "active": true,
  "visible": true,
  "group": 945,
  "reportAccess": "STAFF_REPORT_OWN_ACCESS",
  "roles": []
}