The StudentIdentificationInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
BirthDate | (Required)
The birthdate on the document.
| |
DocumentNumber |
(MaxLength(4)) The last four digits/characters of document number.
| |
DocumentType | (Required)
Describes the type of document used to validate the student's identity.
| |
EffectiveUtc |
The date the identity became effective.
| |
FirstName | (Required)
(Required - MaxLength(50)) The first name of a person.
| |
Gender | (Required)
The person's gender.
| |
IsNameExact | (Required)
If the name can be entered exactly as it appears on the document indicate true.
If it cannot (contains characters PASI will not accept) indicate false.
| |
IssuedDate |
Date the document was issued.
| |
LastName | (Required)
(Required - MaxLength(50)) The last name of a person.
| |
MiddleName |
(MaxLength(50)) The middle name of a person.
| |
RefId | (Required)
A unique identifier for the StudentIdentificationInfo record.
| |
Suffix |
(MaxLength(15)) The suffix associated with a name if appropriate.
|
See Also