Contains all information required to add, update, or delete a student's email address.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2017SubmitStudentEmailAddressRequest
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitStudentEmailAddressRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitStudentEmailAddressRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
DeleteEmailAddress | (Required)
Indicates whether the email address information is to be deleted.
| |
EmailAddress | (Required)
Student email address information to add, update, or delete.
| |
StateProvinceId | (Required)
The primary StateprovinceId for the student, otherwise known as the Alberta Student Number (ASN),
related to the specified email address.
| |
StudentPASICoreVersion | (Required)
The current version of the student PASICoreVersion. This must match what is currently in the PASI core for the update to be accepted.
|
See Also