E2020APICreateTeacher Method A Sandcastle Documented Class Library
This method creates a new teacher in the system.

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

public CreateStudentResults CreateTeacher(
	string apiUsername,
	string apiPassword,
	string FirstName,
	string LastName,
	string Password,
	string Email
)

Parameters

apiUsername
Type: SystemString
Username of the API user
apiPassword
Type: SystemString
Password of the APU user
FirstName
Type: SystemString
First Name of the new teacher
LastName
Type: SystemString
Last Name of the new teacher
Password
Type: SystemString
Password for the new teacher
Email
Type: SystemString
Email Address of the new teacher

Return Value

Type: CreateStudentResults
Username and ID of the newly created teacher
See Also

Reference