SubmitGedExamineeRequest ClassProvincial Approach to Student Information API
Used by the GED File Upload process and student profile to submit Examinee data to PASI.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.SystemSubmitGedExamineeRequest

Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class SubmitGedExamineeRequest : RequestBase

The SubmitGedExamineeRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitGedExamineeRequest
Top
Properties

  NameDescription
Public propertyBirthDate
The DOB field from the GED file.
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyCity
The City field from the GED file.
Public propertyDemographicDate
The InfoDate field from Demographic element of the GED file.
Public propertyFirstName
The FirstName field from the GED file.
Public propertyGedExamineeId
(Required) The unique identifier for this examinee.
Public propertyGender
The GenderCode field from the GED file.
Public propertyLastName
The LastName field from the GED file.
Public propertyMiddleName
The MiddleName field from the GED file.
Public propertyPASICoreVersion
(Required) The PASI version of this object. This is used for updating the object. Set to zero when creating a new object.
Public propertyPhoneNumber
The PhoneNumber field from the GED file.
Public propertyPostalCode
The ZipCode field from the GED file.
Public propertySourceExamineeId
The GETTSExamineeId provided in the GED File. This value will be NULL for records created through PASIPrep and data conversion.
Public propertyStateProvince
The StateCode field from the GED file.
Public propertyStateProvinceId
The AlbertaStudentNumber assigned by PASI to this examinee. This may be the same value as SubmittedStateProvinceId if it passes validation.
Public propertyStreet
The StreetAddress field from the GED file.
Public propertySubmittedStateProvinceId
The IdNumber field from the GED file.
Public propertySuffix
The Suffix field from the GED file.
Top
See Also

Reference