POST
/
custom
/
datev
/
employees
/
{employee_id}
/
eau-requests
curl --request POST \
  --url https://api.kombo.dev/v1/custom/datev/employees/{employee_id}/eau-requests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Integration-Id: <x-integration-id>' \
  --data '{
  "start_work_incapacity": "2022-01-01"
}'
{
  "status": "success",
  "data": {
    "eau_id": "<string>"
  }
}

This endpoint requires the permission Manage payroll to be enabled in your scope config.

Example Request Body

{
  "start_work_incapacity": "2022-01-01"
}

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

employee_id
string
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)

Body

application/json
start_work_incapacity
string
required

Date "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>
required
Available options:
success
data
object
required