Get Course structure given the External Course Code
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public CourseStructureResults GetCourseStructure( string apiUsername, string apiPassword, string ExtCourseCode, int SchoolID )
Parameters
- apiUsername
- Type: SystemString
Username of the API user - apiPassword
- Type: SystemString
Password of the APU user - ExtCourseCode
- Type: SystemString
Requesting External Course Code - SchoolID
- Type: SystemInt32
Requesting SchoolID
Return Value
Type: CourseStructureResultsCourseStructureResults
See Also