v3
latestOpenAPI 3.1.02026-07-311255771.3 MBCustom Endpoints
Set DATEV compensations
Sets the compensations for an employee on the specified effective date.
Other compensations will end at the effective date. That means, if you would like to add a compensation, you also have to include the compensations that you would like to keep.
<Note> This endpoint requires the permission **Manage payroll** to be enabled in [your scope config](/scopes). </Note>Example Request Body
{
"employee_id": "3bdhemmSP1TPQDGWtRveRot9",
"effective_date": "2022-12-01",
"compensations": [
{
"amount": 4500,
"currency": "EUR",
"period": "MONTH",
"lohnart": 200
},
{
"amount": 30,
"currency": "EUR",
"period": "HOUR"
}
]
}
put/custom/datev/employees/{employee_id}/compensations
Path parameters
employee_idstring required
ID of the employee that should be updated. You can use their Kombo id or their ID in the remote system by prefixing it with remote: (e.g., remote:12312)
ID of the employee that should be updated. You can use their Kombo id or their ID in the remote system by prefixing it with remote: (e.g., remote:12312)
Headers
X-Integration-Idstring required
ID of the integration you want to interact with.
Request body
Response
PUT /custom/datev/employees/:employee_id/compensations Positive response