patch https://api.personio.de/v1/company/employees/
Update existing employee. Note: Updating of Email field is not currently supported.
PATCH body example
{
"employee": {
"first_name": "John",
"last_name": "Dou",
"gender": "male",
"position": "developer",
"subcompany": "ACME",
"department": "IT",
"office": "Madrid",
"hire_date": "2020-01-31",
"weekly_working_hours": 40,
"status": "active",
"supervisor_id": 5,
"custom_attributes": {
"dynamic_ {{ field uid }} ": "German"
}
}
}