E2020APIApproveReview Method A Sandcastle Documented Class Library
This method approves a course lesson for a given student.

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

public ReviewResults ApproveReview(
	string apiUsername,
	string apiPassword,
	string StudentExternalID,
	int StudentBuildID,
	string Order
)

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 complete the review on
Order
Type: SystemString
Order of the lesson you wish to complete the review on

Return Value

Type: ReviewResults
Successful message
See Also

Reference