This will update the external course code for a course within a school.
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public ApiResults UpdateSectionCodeInSchool( string apiUsername, string apiPassword, string SchoolExternalID, Nullable<int> SchoolID, string OldSectionCode, Nullable<int> SchoolBuildID, string NewSectionCode )
Parameters
- apiUsername
- Type: SystemString
Username of the API user - apiPassword
- Type: SystemString
Password of the APU user - SchoolExternalID
- Type: SystemString
External School Code for this school. Null if using Edgenuity ID - SchoolID
- Type: SystemNullableInt32
Edgenuity ID for this school. Null if using External ID - OldSectionCode
- Type: SystemString
Current section code for the course. Null if using Edgenuity SchoolBuildID - SchoolBuildID
- Type: SystemNullableInt32
Edgenuity ID for the course. Null if using OldSectionCode - NewSectionCode
- Type: SystemString
New section code for the course
Return Value
Type: ApiResults[Missing <returns> documentation for "M:WCFAPI.Sections.UpdateSectionCodeInSchool(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String)"]
See Also