v3
latestOpenAPI 3.1.02026-07-311255771.3 MBCustom Endpoints
Create eAU Request
Create a request for an electronic certificate of incapacity for work (eAU).
<Note> This endpoint requires the permission **Manage eAU** to be enabled in [your scope config](/scopes). </Note>Example Request Body
{
"start_work_incapacity": "2022-01-01"
}
post/custom/datev/employees/{employee_id}/eau-requests
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
Example request
{
"start_work_incapacity": "2022-01-01"
}Response
POST /custom/datev/employees/:employee_id/eau-requests Positive response