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

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2018SubmitEmailAddressRequest

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

public class SubmitEmailAddressRequest : RequestBase

The SubmitEmailAddressRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitEmailAddressRequest
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) Email address information to add, update, or delete.
Public propertyPASICoreVersion
(Required) The current version of the persons PASICoreVersion. This must match what is currently in the PASI core for the update to be accepted.
Public propertyStateProvinceId
(Required) The StateprovinceId, otherwise known as the Alberta Student Number (ASN), related to the specified email address.
Top
See Also

Reference