v1
latestOpenAPI 3.0.02026-08-061478520.6 KB[v3] Attendance
Create attendance request [beta]
Creates an attendance request for a specified user and date. The request can be created by the user themselves or by an administrator/supervisor for another user. Depending on permissions and day type settings, the request may be auto-approved or require manual approval. Note: This is a beta version.
post/attendance-request
Request body
Example request
{
"targetUserId": 123,
"date": "2026-03-20",
"dayTypeId": 5,
"shouldBe": 480,
"note": "Vacation request"
}Response
Attendance request created successfully