Click or drag to resize

DataUpdateServiceInsertDailyAttendanceByHomeroomIndiv Method

Insert Class Attendance By Homeroom

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public ResultInsertAttendance InsertDailyAttendanceByHomeroomIndiv(
	string authKey,
	List<RecordDailyAttendanceByHomeroomIndiv> attendanceItems
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.
attendanceItems
Type: System.Collections.GenericListRecordDailyAttendanceByHomeroomIndiv
Header and Attendance Items list

Return Value

Type: ResultInsertAttendance
A AttendanceResults object.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
ApplicationExceptionInsufficient privileges
Remarks
Batch load Student Attendance reccords.
See Also