Used to create a new Authorized User.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.SystemSubmitStudentAuthorizedUserRequest
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitStudentAuthorizedUserRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitStudentAuthorizedUserRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
EmailAddress | (Required)
Email Address of the Authorized User.
| |
ExpiryDate | (Required)
Date the Authorized User is no longer associated to the student.
| |
IsDeleted | (Required)
Indicate if the Authorized User record has been deleted.
| |
Name | (Required)
Name of the Authorized User.
| |
PASICoreVersion | (Required)
The current version of the PASICoreVersion. This must match what is currently in the PASI Core for an
update to be accepted.
| |
RefId | (Required)
The unique identifier for the Authorized User record.
| |
RelationshipType | (Required)
Type of relationship between Authorized User and student.
| |
StateProvinceId | (Required)
The primary State Province ID for the associated student, otherwise known as the Alberta Student
Number (ASN).
|
See Also