v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Attendance

Create Predefined Days [beta]

Create predefined days for a group. Note: This is a beta version.

post/v3/attendance/predefined-days/create

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Request body

dayTypestring required

String identifier of the day type to assign

groupIdinteger required

ID of the group for the assignment

Example request

{
  "dayType": "holidays",
  "dates": [
    "2026-01-01",
    "2026-01-06"
  ],
  "groupId": 66
}

Response

Dates assignment was completed

datastring