The identification record (document) used to validate a student's identity.
This object will contain information about a student's identity (legal name and birth date) as well as information about the documentation that supports that claim (i.e. current system value, parental declaration, birth certificate, etc...)
In the case where the document is a government issued document additional information can be captured. This can be useful in confirming the student's identity if the same document is presented in the future for identity verification.
This object will contain information about a student's identity (legal name and birth date) as well as information about the documentation that supports that claim (i.e. current system value, parental declaration, birth certificate, etc...)
In the case where the document is a government issued document additional information can be captured. This can be useful in confirming the student's identity if the same document is presented in the future for identity verification.
Inheritance Hierarchy
PASI.DataContract.V2017StudentIdentificationInfo
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The StudentIdentificationInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StudentIdentificationInfo |
Properties
Name | Description | |
---|---|---|
BirthDate | (Required)
The birthdate on the document
| |
DocumentIssueDate |
Date the document was issued
| |
DocumentNumber |
The last four digits/characters of document number
| |
DocumentType | (Required)
Type of document used to validate the student's identity
| |
IsNameExact | (Required)
True if the name can be entered exactly as it appears on the document. False if it cannot (e.x. contains characters
PASI will not accept.)
| |
RefId | (Required)
The unique identifier for the identity record
|
See Also