E2020APIUpdateStudentCourseStartDate Method A Sandcastle Documented Class Library
Updates the start date for a specific student's course.

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

public ApiResults UpdateStudentCourseStartDate(
	string apiUsername,
	string apiPassword,
	string StudentExternalID,
	int StudentCourseID,
	DateTime StartDate
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
StudentExternalID
Type: SystemString

[Missing <param name="StudentExternalID"/> documentation for "M:WCFAPI.E2020API.UpdateStudentCourseStartDate(System.String,System.String,System.String,System.Int32,System.DateTime)"]

StudentCourseID
Type: SystemInt32
ID of the StudentBuild you wish to update
StartDate
Type: SystemDateTime
The new start date

Return Value

Type: ApiResults
Success message
See Also

Reference