AddLessonAttendance
Record a single lesson attendance. Used for classes set with Lesson Attendance mode.
studentToClassesCourse: the student's class course enrollment id (Check the EnrollClassCourse call)
lecture: the lecture id (Check the GetSingleLectures call)
attendanceStatus: the attendance status id (Check the GetAttendanceStatuses call)
Note: the lecture must be marked as complete before its attendance can be changed.
Headers
tenant
schoolCode
Request
This endpoint expects an object.
studentToClassesCourse
lecture
attendanceStatus
comment
minutesLate
Response headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
X-Content-Type-Options
Cache-Control
Response
OK
studentId
attendanceStatus
date
comments
classId
courseId
minutesLate
attendancePoints

