id
long?
Employee ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
_sellerId
long?
Seller ID
📶 EQUALS
,ENUM
accessLevel
long
Access level
📶 BITS
barcode
string?(180)
Bar code
📶 STRING
deleted
boolean
Employee deleted - cannot be true in POST/PUT/PATCH methods
📶 EQUALS
, ENUM
🔽 BOTH
email
string?(100)
E-mail address
📶 STRING
🔽 BOTH
enabled
boolean
Employee enabled
📶 EQUALS
, ENUM
hexColor
string(7)
Employee colormaxDiscount
double?
Max discount modifiedBy
string?(32)
Employee modified byname
string(256)
Employee name - must not be empty
📶 STRING
🔽 BOTH
phone
string?(40)
Phone number
📶 STRING
requirePinAlways
boolean
Whether the PIN is always required
📶 EQUALS
, ENUM
stockAccessLevel
long
Stock access level
📶 BITS
tags
string[]?
Tags list for employee
📶 EQUALS
, ENUM
versionDate
timestamp?
Last modification date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
accessPin
string(4,...)
Numeric characters onlyrequirePinAlways
boolean?