This data contract is the request for the SubmitParentGurdian service.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2018SubmitParentGuardianRequest
Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitParentGuardianRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitParentGuardianRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
EmailAddress |
The parent/guardian email address.
| |
ExpiryDateOverride |
Override for the date the parent/guardian is no long associated to the student.
| |
HasSameHomePhoneNumberAsStudent | (Required)
Indicate if parent/guardian home phone number is the same as the student.
| |
HasSameMailingAddressAsStudent | (Required)
Indicate if parent/guardian has same mailing address as student.
| |
HasSamePhysicalAddressAsParentMailing | (Required)
Indicate if parent/guardian has same physical address as mailing.
| |
HasSamePhysicalAddressAsStudent | (Required)
Indicate if parent/guardian has same mailing address as student.
| |
HasSamePhysicalAddressAsStudentPhysical |
Indicate if parent/guardian has same physical address as student.
| |
HomePhoneNumber |
The home phone number of the parent/guardian.
| |
IsDeleted | (Required)
Indicate if the parent/guardian record has been deleted.
| |
MailingAddress |
The mailing address of the parent/guardian.
| |
MobilePhoneNumber |
The parent/guardian mobile phone number.
| |
Name | (Required)
Name of the parent/guardian.
| |
PASICoreVersion | (Required)
The current version of the PASICoreVersion. This must match what is currently in the PASI Core for an
update to be accepted.
| |
PhysicalAddress |
The physical address of the parent/guardian.
| |
RefId | (Required)
The unique identifier for the parent/guardian record.
| |
RelationshipDescription |
Additional information about the parent/guardian and student relationship.
| |
RelationshipType | (Required)
Type of relationship between parent/guardian and student.
| |
ResidesWith | (Required)
Indicate if parent/guardian resides with student.
| |
StateProvinceId | (Required)
The primary State Province ID for the associated student, otherwise known as the Alberta Student
Number (ASN).
| |
WorkPhoneNumber |
The parent/guardian work phone number.
| |
WorkPhoneNumberExtension |
The parent/guardian work phone number extension.
|
See Also