E2020APIUpdateStudentCourseTargetDate Method A Sandcastle Documented Class Library
Updates the Target 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 UpdateStudentCourseTargetDate(
	string apiUsername,
	string apiPassword,
	string StudentExternalID,
	int StudentCourseID,
	DateTime TargetDate
)

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.UpdateStudentCourseTargetDate(System.String,System.String,System.String,System.Int32,System.DateTime)"]

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

Return Value

Type: ApiResults
Success message
See Also

Reference