BasicPersonalInfo ClassProvincial Approach to Student Information API
A simplified PersonalInfo data contract that is used when creating new Students.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2017BasicPersonalInfo

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

public class BasicPersonalInfo

The BasicPersonalInfo type exposes the following members.

Constructors

  NameDescription
Public methodBasicPersonalInfo
Top
Properties

  NameDescription
Public propertyAlias
An additional name for the student. If provided this name will be considered the student's preferred name. If it is not provided the Student's identity is the preferred name.
Public propertyAlternateMailingAddress
Other mailing address the person may have. A PreferredMailingAddress must be set before supplying this value.
Public propertyCitizenshipStatus
The person's citizenship status.
Public propertyDocumentExpiryDate
The date the person's documents expires.
Public propertyExtendedPersonalInfo
A list of extra information for the person.
Public propertyGender
(Required) The person's gender.
Public propertyPreferredMailingAddress
The mailing address the person prefers. This must be used before supplying an alternate address.
Public propertyPreferredPhoneNumber
The phone number the person prefers.
Public propertySection23Eligibility
The person's Section 23 eligibility
Top
See Also

Reference