The SubmitGedExamineeRequest type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BirthDate |
The DOB field from the GED file.
| |
| CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
| City |
The City field from the GED file.
| |
| DemographicDate |
The InfoDate field from Demographic element of the GED file.
| |
| FirstName |
The FirstName field from the GED file.
| |
| GedExamineeId | (Required)
The unique identifier for this examinee.
| |
| Gender |
The GenderCode field from the GED file.
| |
| LastName |
The LastName field from the GED file.
| |
| MiddleName |
The MiddleName field from the GED 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 GED file.
| |
| PostalCode |
The ZipCode field from the GED file.
| |
| SourceExamineeId |
The GETTSExamineeId provided in the GED File. This value will be NULL for records created through
PASIPrep and data conversion.
| |
| StateProvince |
The StateCode field from the GED 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 GED file.
| |
| SubmittedStateProvinceId |
The IdNumber field from the GED file.
| |
| Suffix |
The Suffix field from the GED file.
|
See Also