Click or drag to resize

DataUpdateServiceInsertDailyAttendanceByClassPeriodIndiv Method

Insert Class Attendance By Class Period

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

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.
attendanceItems
Type: System.Collections.GenericListRecordDailyAttendanceByClassPeriodIndiv
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