E2020APIDisableCourse Method A Sandcastle Documented Class Library
This method disables an enabled course for a given student.

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

public string DisableCourse(
	string apiUsername,
	string apiPassword,
	string StudentExternalID,
	int StudentBuildID,
	string Reason
)

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
StudentBuildID
Type: SystemInt32
StudentBuild ID you wish to update
Reason
Type: SystemString
Reason you are disabling the course

Return Value

Type: String
Results message
See Also

Reference