Method and required fields
[POST] /employees/{id}/actions/terminate
{
"date": "2023-04-17",
"reason": 5,
"comment" : "integration test dust"
}
{id} = the employee.id value to identify which employee to terminate.
The “reason” value is the id value of records from:
[GET] /employment-termination-reasons
CustomId re-use for terminated employees
By default the employee.customId value of a terminated employee may be re-used.