Used by the CAEC File Upload process and student profile to submit Examinee data to PASI.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.SystemSubmitCaecExamineeRequest
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitCaecExamineeRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubmitCaecExamineeRequest |
Properties
| Name | Description | |
|---|---|---|
| BirthDate |
The DOB field from the CAEC file.
| |
| CaecExamineeId | (Required)
The unique identifier for this examinee.
| |
| CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
| City |
The City field from the CAEC file.
| |
| DemographicDate |
The InfoDate field from Demographic element of the CAEC file.
| |
| FirstName |
The FirstName field from the CAEC file.
| |
| Gender |
The GenderCode field from the CAEC file.
| |
| LastName |
The LastName field from the CAEC file.
| |
| MiddleName |
The MiddleName field from the CAEC file.
| |
| PASICoreVersion | (Required)
The PASI version of this object. This is used for updating the object.
Set to zero when creating a new object.
| |
| PhoneNumber |
The PhoneNumber field from the CAEC file.
| |
| PostalCode |
The ZipCode field from the CAEC file.
| |
| SourceExamineeId |
The GETTSExamineeId provided in the CAEC File. This value will be NULL for records created through
PASIPrep and data conversion.
| |
| StateProvince |
The StateCode field from the CAEC file.
| |
| StateProvinceId |
The AlbertaStudentNumber assigned by PASI to this examinee.
This may be the same value as SubmittedStateProvinceId if it passes validation.
| |
| Street |
The StreetAddress field from the CAEC file.
| |
| SubmittedStateProvinceId |
The IdNumber field from the CAEC file.
| |
| Suffix |
The Suffix field from the CAEC file.
|
See Also