v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPayroll > FamilySituation
Creates a Family situation
Create a family situation.
post/api/2026-07-01/resources/payroll/family_situations
Request body
Example request
{
"employee_id": "10",
"civil_status": "married",
"number_of_dependants": 3
}Response
CREATED
Example response
{
"id": "1",
"employee_id": "5",
"civil_status": "married",
"number_of_dependants": 2
}