Data contract for SubmitResponsibleSchool service to create or update a student's Responsible School
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2019SubmitResponsibleSchoolRequest
Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitResponsibleSchoolRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitResponsibleSchoolRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
EffectiveDate | (Required)
The date the Responsible School record is in effect
| |
HasResponsibleSchool | (Required)
Indicate if student is attending a school (local) or not
| |
IsDeleted | (Required)
Indicates whether the record is deleted or not
| |
PASICoreVersion | (Required)
The PASI version of this record. This is used for updating the record. Set to zero when creating a new record.
| |
RefId | (Required)
A Globally Unique Identifier (GUID) used to reference the Responsible School record
| |
SchoolCity |
The city for the Responsible School
| |
SchoolCode |
Identifies the school associated with this .
| |
SchoolCountry |
The country for the Responsible School
| |
SchoolName |
The name of the Responsible School
| |
SchoolStateProvince |
The state or province for the Responsible School
| |
StateProvinceId | (Required)
The State Province Id of the student.
| |
TransitionReason | (Required)
The reason for the student's transition
|
See Also