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
PASI.DataContract.V2009RequestBase
PASI.DataContract.V201507CreateConnectionUsingEmailAddressRequest
Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The CreateConnectionUsingEmailAddressRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreateConnectionUsingEmailAddressRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
EmailAddress | (Required)
The email that the confirmation email will be sent to.
| |
IndividualName |
The name of the individual requesting the connection.
| |
IsSelfServiceRequest | (Required)
A flag to indicate a self-service Student connection request.
| |
OtherRelationshiptoStudent |
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".
| |
PreferredLanguageforSetupEmail | (Required)
This is the language that the confirmation email will be sent in (French or English).
| |
RelationshipToStudent | (Required)
The requestor's relationship to the student (e.g Father, Mother, Self, Brother, etc).
| |
StateProvinceId | (Required)
The primary StateprovinceId for the student, otherwise known as the Alberta Student Number (ASN),
related to the specified email address.
|
See Also