This method creates a new course for a given student.
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public AssignCourseResults AssignCourse( string apiUsername, string apiPassword, string StudentExternalID, int SchoolCourseID )
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 - SchoolCourseID
- Type: SystemInt32
Course you wish to assign
Return Value
Type: AssignCourseResultsID of the new StudentBuild
See Also