v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Employees|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

deleteMissingboolean

Do you want to delete all employees missing from this request? This paramter is optional.

deleteImportSourcestring

The data source from which the missing employees can be deleted. This paramter is optional. (Standard is "*API")

dryRunboolean

Simulate the operation. (No records will be created or changed) This Parameter is optional.

Example request

{
  "records": [
    {
      "data": {
        "entryDate": "2015-02-20",
        "dayOfBirth": "2015-02-20",
        "terminationDate": "2015-02-20",
        "healthInsuranceFromDate": "2015-02-20"
      }
    }
  ]
}

Response

Success Response: