SaveDailyAttendances
Record the same daily attendance status in bulk for multiple students on a given date.
studentSemesterInfoIds: list of school period enrollment ids (Check the GetPeriodStudents call)
attStatus: the attendance status id (Check the GetAttendanceStatuses call)
date: attendance date in ISO format
checkInOrCheckOut: optional, one of 'in', 'out' or 'clear' (leave null for plain daily attendance)
Headers
tenant
schoolCode
Request
This endpoint expects an object.
studentSemesterInfoIds
attStatus
date
checkTime
checkInOrCheckOut
Response headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
X-Content-Type-Options
Cache-Control
Response
OK
studentId
attendanceStatus
date
comments
checkIn
checkOut

