SubmitParentGuardianRequest ClassProvincial Approach to Student Information API
This data contract is the request for the SubmitParentGurdian service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2018SubmitParentGuardianRequest

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

public class SubmitParentGuardianRequest : RequestBase

The SubmitParentGuardianRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitParentGuardianRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyEmailAddress
The parent/guardian email address.
Public propertyExpiryDateOverride
Override for the date the parent/guardian is no long associated to the student.
Public propertyHasSameHomePhoneNumberAsStudent
(Required) Indicate if parent/guardian home phone number is the same as the student.
Public propertyHasSameMailingAddressAsStudent
(Required) Indicate if parent/guardian has same mailing address as student.
Public propertyHasSamePhysicalAddressAsParentMailing
(Required) Indicate if parent/guardian has same physical address as mailing.
Public propertyHasSamePhysicalAddressAsStudent
(Required) Indicate if parent/guardian has same mailing address as student.
Public propertyHasSamePhysicalAddressAsStudentPhysical
Indicate if parent/guardian has same physical address as student.
Public propertyHomePhoneNumber
The home phone number of the parent/guardian.
Public propertyIsDeleted
(Required) Indicate if the parent/guardian record has been deleted.
Public propertyMailingAddress
The mailing address of the parent/guardian.
Public propertyMobilePhoneNumber
The parent/guardian mobile phone number.
Public propertyName
(Required) Name of the parent/guardian.
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 propertyPhysicalAddress
The physical address of the parent/guardian.
Public propertyRefId
(Required) The unique identifier for the parent/guardian record.
Public propertyRelationshipDescription
Additional information about the parent/guardian and student relationship.
Public propertyRelationshipType
(Required) Type of relationship between parent/guardian and student.
Public propertyResidesWith
(Required) Indicate if parent/guardian resides with student.
Public propertyStateProvinceId
(Required) The primary State Province ID for the associated student, otherwise known as the Alberta Student Number (ASN).
Public propertyWorkPhoneNumber
The parent/guardian work phone number.
Public propertyWorkPhoneNumberExtension
The parent/guardian work phone number extension.
Top
See Also

Reference