Query employees
path Parameters
tenantIdThe tenant id
query Parameters
divisionIdThe division id
filterThe OData filter expression (with support for attribute fields)
orderByThe OData order-by expression (with support for attribute fields)
resultThe query result type: items, count or items with count (default: result items)
The query result type
selectThe OData field selection expression
skipThe number of items in the queried collection that are to be skipped
statusThe object status (default: all status)
The object status
topThe number of items in the queried collection
Query employees › Responses
Success
countThe query result count
The query result items
Add a new employee
path Parameters
tenantIdThe tenant id
Add a new employee › Request Body
identifierThe employee identifier
firstNameThe first name of the employee
lastNameThe last name of the employee
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
languageThe payroll languages
divisionsEmployee division ids
cultureThe culture including the calendar, fallback is the division culture
Custom attributes
Add a new employee › Responses
Created
identifierThe employee identifier
firstNameThe first name of the employee
lastNameThe last name of the employee
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
languageThe payroll languages
divisionsEmployee division ids
cultureThe culture including the calendar, fallback is the division culture
Custom attributes
Get a employee
path Parameters
tenantIdThe tenant id
employeeIdThe id of the employee
Get a employee › Responses
Success
identifierThe employee identifier
firstNameThe first name of the employee
lastNameThe last name of the employee
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
languageThe payroll languages
divisionsEmployee division ids
cultureThe culture including the calendar, fallback is the division culture
Custom attributes
Update a employee
path Parameters
tenantIdThe tenant id
employeeIdThe employee id
Update a employee › Request Body
statusThe object status
identifierThe employee identifier
firstNameThe first name of the employee
lastNameThe last name of the employee
languageThe payroll languages
divisionsEmployee division ids
cultureThe culture including the calendar, fallback is the division culture
Custom attributes
Update a employee › Responses
Success
identifierThe employee identifier
firstNameThe first name of the employee
lastNameThe last name of the employee
idThe unique object id (immutable)
statusThe object status
createdThe date which the API object was created (immutable)
updatedThe date which the API object was last updated (immutable)
languageThe payroll languages
divisionsEmployee division ids
cultureThe culture including the calendar, fallback is the division culture
Custom attributes
