Used to update a new myPass connection between a student and a PED account.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.SystemUpdateMyPassConnectionRequest
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The UpdateMyPassConnectionRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateMyPassConnectionRequest |
Properties
Name | Description | |
---|---|---|
ActivatedOnUtcTime | (Required)
The date and time the record was activated.
| |
AuthorizedUserId |
Identifies the AuthorizedUser record to connection to.
| |
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
ConnectionType | (Required)
The requester's relationship to the student (e.g Self, Third-Party, or Parent/Guardian).
| |
EducationAccountIdentifier | (Required)
The unique identifier of the PED Education Account that we're connecting to the given student.
| |
ExpiryDate |
The date and time that the record expires on.
| |
IsDeleted | (Required)
Whether the MyPassConnection record has been deleted.
| |
LastAccessOnDate | (Required)
The last date and time that the record was accessed on.
| |
ParentGuardianId |
Identifies the ParentGuardian record to connect to.
| |
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 MyPassConnection record reference id.
| |
SignupCodeId |
The Signup Code provided to establish the connection. Can be used for Self and
Third-Party Connection types.
| |
StateProvinceId | (Required)
Identifies the student associated to the myPass Connection.
| |
SuspendedOnUtcTime |
The date and time the record was suspeneded.
| |
TermsConditionsAcceptedUtcTime |
The date and time the terms and conditions were accepted.
|
See Also