v1
latestOpenAPI 3.0.02026-08-06151101754.7 KBAbsences
Add absence
post/absences
Request body
Example request
{
"type": 1,
"employees": [
1,
2,
3
],
"start": "2026-07-01T08:00:00+02:00",
"end": "2026-07-05T17:00:00+02:00",
"source": "api",
"source_external_id": "ext-12345"
}Response
The resource was successfully created.