UpdateMyPassConnectionRequest ClassProvincial Approach to Student Information API
Used to update a new myPass connection between a student and a PED account.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.SystemUpdateMyPassConnectionRequest

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

public class UpdateMyPassConnectionRequest : RequestBase

The UpdateMyPassConnectionRequest type exposes the following members.

Constructors

  NameDescription
Public methodUpdateMyPassConnectionRequest
Top
Properties

  NameDescription
Public propertyActivatedOnUtcTime
(Required) The date and time the record was activated.
Public propertyAuthorizedUserId
Identifies the AuthorizedUser record to connection to.
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyConnectionType
(Required) The requester's relationship to the student (e.g Self, Third-Party, or Parent/Guardian).
Public propertyEducationAccountIdentifier
(Required) The unique identifier of the PED Education Account that we're connecting to the given student.
Public propertyExpiryDate
The date and time that the record expires on.
Public propertyIsDeleted
(Required) Whether the MyPassConnection record has been deleted.
Public propertyLastAccessOnDate
(Required) The last date and time that the record was accessed on.
Public propertyParentGuardianId
Identifies the ParentGuardian record to connect to.
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 MyPassConnection record reference id.
Public propertySignupCodeId
The Signup Code provided to establish the connection. Can be used for Self and Third-Party Connection types.
Public propertyStateProvinceId
(Required) Identifies the student associated to the myPass Connection.
Public propertySuspendedOnUtcTime
The date and time the record was suspeneded.
Public propertyTermsConditionsAcceptedUtcTime
The date and time the terms and conditions were accepted.
Top
See Also

Reference