DATEV eAU
Create eAU Request
Create a request for an electronic certificate of incapacity for work (eAU).
POST
/
custom
/
datev
/
employees
/
{employee_id}
/
eau-requests
This endpoint requires the permission Manage eAU to be enabled in your scope config.
Example Request Body
{
"start_work_incapacity": "2022-01-01"
}
Authorizations
Authorization
string
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Headers
X-Integration-Id
string
requiredID of the integration you want to interact with.
Path Parameters
employee_id
string
requiredID 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
)
Body
application/json
start_work_incapacity
string
requiredDate "start_work_incapacity" from the original eAU-Request.
notification
object
contact_person
object
The data-section for the contact person which is responsible for feedback from the health insurance.
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required