MarkAttendance
Marking learners as attending time slots as an administrator.
Input
| Name | Type | Description |
| ScheduleID | Long | The unique ID of the scheduled offering. A scheduled offering is an instance of a learning item (a course, usually) that is scheduled to take place at a given date and time. Therefore, although the learning item ID is the same for its January and February scheduled offerings (for example), the scheduled offering ID of the January instance is different from the February instance. This parameter is required. |
| UserID | String | The unique User ID of the user to be enrolled. Although userID is not required by the web service at the user service, this parameter is required by the business case. You do not usually want users marking their own attendance. If you do not supply a user ID, you are telling the web service to mark the instructor as attending the time slot. This would be unusual. |
| SegmentID | Long | The unique ID of the time slot within the class. |
| Comments | String | Any comments about the enrollment. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation succeeded or not. |
| ErrorMessage | String | The error message in case of a failure. |