latestOpenAPI 3.0.02026-08-20154102761.8 KB
490934cc6f91
Absences
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.