E2020APIUpdateStudentSectionCode Method A Sandcastle Documented Class Library
Update a student's course to point to a different section

Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public ApiResults UpdateStudentSectionCode(
	string apiUsername,
	string apiPassword,
	string StudentExternalID,
	string ConsumerKey,
	string BaseCourseCode,
	string OldSectionCode,
	string NewSectionCode
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
StudentExternalID
Type: SystemString
External ID of the student whose course you want to update
ConsumerKey
Type: SystemString
LTI consumer key (NULL if none)
BaseCourseCode
Type: SystemString
Base course of the new section (used to create new section if it doesn't exist)
OldSectionCode
Type: SystemString
Current section code for the student's course
NewSectionCode
Type: SystemString
New section code for the student's course

Return Value

Type: ApiResults
Success or failure message
See Also

Reference