OpenAPI 3.0.02026-08-136311,3552.0 MB

2038679c92ac

Attendance

Post Absences

Requires permissions: AcademicStaff or AcademicSupport

Generates a list of future attendance entries for a list of students

post/Attendance/FutureAbsence

Request body

studentUpisstring[]
startDateTimestring date-time
endDateTimestring date-time
codeIdstring guid
notesstring

Example request

{
  "studentUpis": [],
  "startDateTime": "2026-08-13T09:42:52.0361665+00:00",
  "endDateTime": "2026-08-13T09:42:52.0362044+00:00",
  "codeId": "00000000-0000-0000-0000-000000000000",
  "notes": ""
}

Response

Success - Absences saved