Marks a course as completed for a given student and a given course.
NOTE: This assumnes you had previously run the API method AnyOutstandingEssays
to determine if there are any outstanding essays. This will mark the course completed
regardless if there are outstanding essays or not.
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public ApiResults MarkCourseComplete( string apiUsername, string apiPassword, string StudentExternalID, int StudentCourseID )
Parameters
- apiUsername
- Type: SystemString
Username of the API user - apiPassword
- Type: SystemString
Password of the APU user - StudentExternalID
- Type: SystemString
Unique ID used to identify the student in your system - StudentCourseID
- Type: SystemInt32
ID of the StudentBuild you wish to check for outstanding essays for
Return Value
Type: ApiResultsSuccess or Error message
See Also