add_student_to_course()
Parameters
- Token(character varying)
- StudentLoginName(character varying)
- CourseID(integer)
Returns
- Success or Error
Description
- Adds an student[StudentLoginName] to an existing course[CourseID]. Admins,Instructors, and TA are allowed to perform this task.
Errors
- 1 - The ClassID is not valid.
- 2 - Invalid Session.
- 3 - This user must be an admin, instructor, or TA to add a student.