SubmitStudentAuthorizedUserRequest ClassProvincial Approach to Student Information API
Used to create a new Authorized User.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.SystemSubmitStudentAuthorizedUserRequest

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

public class SubmitStudentAuthorizedUserRequest : RequestBase

The SubmitStudentAuthorizedUserRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStudentAuthorizedUserRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyEmailAddress
(Required) Email Address of the Authorized User.
Public propertyExpiryDate
(Required) Date the Authorized User is no longer associated to the student.
Public propertyIsDeleted
(Required) Indicate if the Authorized User record has been deleted.
Public propertyName
(Required) Name of the Authorized User.
Public propertyPASICoreVersion
(Required) The current version of the PASICoreVersion. This must match what is currently in the PASI Core for an update to be accepted.
Public propertyRefId
(Required) The unique identifier for the Authorized User record.
Public propertyRelationshipType
(Required) Type of relationship between Authorized User and student.
Public propertyStateProvinceId
(Required) The primary State Province ID for the associated student, otherwise known as the Alberta Student Number (ASN).
Top
See Also

Reference