Click or drag to resize

DataUpdateServiceInsertDailyAttendanceByClassPeriodBulk 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 InsertDailyAttendanceByClassPeriodBulk(
	string authKey,
	List<RecordDailyAttendanceByClassPeriodList> attendanceItems
)

Parameters

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