This method creates a new student in the system in the school of the API User.
Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public CreateStudentResults CreateStudent( string apiUsername, string apiPassword, string FirstName, string LastName, string Password, string StudentExternalID, string Email, string Street, string City, string Zip, string State, string HomePhone, string AltPhone, int GradeLevel, DateTime BirthDate, Gender StudentGender, string Notes )
Parameters
- apiUsername
- Type: SystemString
Username of the API user - apiPassword
- Type: SystemString
Password of the APU user - FirstName
- Type: SystemString
First name of the student - LastName
- Type: SystemString
Last name of the student - Password
- Type: SystemString
Password for the student - StudentExternalID
- Type: SystemString
Unique ID used to identify the student in your system - Type: SystemString
Email address of the student - Street
- Type: SystemString
Street address of the student - City
- Type: SystemString
City of the student - Zip
- Type: SystemString
Zip Code of the student - State
- Type: SystemString
State of the student - HomePhone
- Type: SystemString
Home Phone of the student - AltPhone
- Type: SystemString
Alternative Phone of the student - GradeLevel
- Type: SystemInt32
Grade Level of the student - BirthDate
- Type: SystemDateTime
Birth Date of the student - StudentGender
- Type: EnumerationsGender
Gender of the student - Notes
- Type: SystemString
Notes for this student
Return Value
Type: CreateStudentResultsUsername and User ID of the student created
See Also