v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBEmployees|Employee
Create/Update employees.
This method can be used to create and update employees.
An attempt will be made to find an existing employee based on the selected primary key. If found, adjustments are made accordingly; otherwise, a new employee is created.You have the option to remove any absent employees from your request. Also, you can specify the import source from which the missing employees should be removed. For example, if the import source is tagged with *API, only the entries marked with this flag will be removed. Enabling the dry run feature will not make any modifications to the actual system, but you will receive a successful response.
post/employee/upsert
Request body
Example request
{
"records": [
{
"data": {
"entryDate": "2015-02-20",
"dayOfBirth": "2015-02-20",
"terminationDate": "2015-02-20",
"healthInsuranceFromDate": "2015-02-20"
}
}
]
}Response
Success Response: