Click or drag to resize

DataUpdateServiceInsertDailyAttendanceByAdvisorBulk Method

Insert Class Attendance By Advisor

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

Parameters

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

Return Value

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