CreateConnectionUsingEmailAddressRequest ClassProvincial Approach to Student Information API
A education account connection is used to manage who has access to view a student's information on PASI Web. If there is no active connection then there is no access to that student.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V201507CreateConnectionUsingEmailAddressRequest

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

public class CreateConnectionUsingEmailAddressRequest : RequestBase

The CreateConnectionUsingEmailAddressRequest type exposes the following members.

Constructors

  NameDescription
Public methodCreateConnectionUsingEmailAddressRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyEmailAddress
(Required) The email that the confirmation email will be sent to.
Public propertyIndividualName
The name of the individual requesting the connection.
Public propertyIsSelfServiceRequest
(Required) A flag to indicate a self-service Student connection request.
Public propertyOtherRelationshiptoStudent
If "Other" is specified in "Relationship to Student" then this field is required to describe that relationship. This property is required when the relationship type is set to "other".
Public propertyPreferredLanguageforSetupEmail
(Required) This is the language that the confirmation email will be sent in (French or English).
Public propertyRelationshipToStudent
(Required) The requestor's relationship to the student (e.g Father, Mother, Self, Brother, etc).
Public propertyStateProvinceId
(Required) The primary StateprovinceId for the student, otherwise known as the Alberta Student Number (ASN), related to the specified email address.
Top
See Also

Reference