SubmitStudentEmailAddressRequest ClassProvincial Approach to Student Information API
Contains all information required to add, update, or delete a student's email address.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2017SubmitStudentEmailAddressRequest

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

public class SubmitStudentEmailAddressRequest : RequestBase

The SubmitStudentEmailAddressRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStudentEmailAddressRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyDeleteEmailAddress
(Required) Indicates whether the email address information is to be deleted.
Public propertyEmailAddress
(Required) Student email address information to add, update, or delete.
Public propertyStateProvinceId
(Required) The primary StateprovinceId for the student, otherwise known as the Alberta Student Number (ASN), related to the specified email address.
Public propertyStudentPASICoreVersion
(Required) The current version of the student PASICoreVersion. This must match what is currently in the PASI core for the update to be accepted.
Top
See Also

Reference