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 - Type: SystemString
Email Address of the new teacher
Return Value
Type: CreateStudentResultsUsername and ID of the newly created teacher
See Also