CreateMyPassConnectionRequest ClassProvincial Approach to Student Information API
Used to create a new myPass connection between a student and a PED account
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.SystemCreateMyPassConnectionRequest

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

public class CreateMyPassConnectionRequest : RequestBase

The CreateMyPassConnectionRequest type exposes the following members.

Constructors

  NameDescription
Public methodCreateMyPassConnectionRequest
Top
Properties

  NameDescription
Public propertyBirthDate
(Required) The student's date of birth
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyConnectionType
(Required) The requester's relationship to the student (Self/Student, Parent Guardian or Authorized User)
Public propertyEducationAccountIdentifier
(Required) The unique identifier of the PED Education Account that we're connecting to the given student
Public propertySignupCode
The Signup Code provided to establish the connection. This is optional for Self/Student connections, mandatory for Authorized User connections, and not applicable for Parent Guardian connections.
Public propertyStateProvinceId
(Required) Identifies the student to be associated to the myPass Connection
Public propertyTermsConditionsAcceptedUtcTime
The date and time the terms and conditions were accepted.
Top
See Also

Reference