SubmitResponsibleSchoolRequest ClassProvincial Approach to Student Information API
Data contract for SubmitResponsibleSchool service to create or update a student's Responsible School
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2019SubmitResponsibleSchoolRequest

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

public class SubmitResponsibleSchoolRequest : RequestBase

The SubmitResponsibleSchoolRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitResponsibleSchoolRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyEffectiveDate
(Required) The date the Responsible School record is in effect
Public propertyHasResponsibleSchool
(Required) Indicate if student is attending a school (local) or not
Public propertyIsDeleted
(Required) Indicates whether the record is deleted or not
Public propertyPASICoreVersion
(Required) The PASI version of this record. This is used for updating the record. Set to zero when creating a new record.
Public propertyRefId
(Required) A Globally Unique Identifier (GUID) used to reference the Responsible School record
Public propertySchoolCity
The city for the Responsible School
Public propertySchoolCode
Identifies the school associated with this .
Public propertySchoolCountry
The country for the Responsible School
Public propertySchoolName
The name of the Responsible School
Public propertySchoolStateProvince
The state or province for the Responsible School
Public propertyStateProvinceId
(Required) The State Province Id of the student.
Public propertyTransitionReason
(Required) The reason for the student's transition
Top
See Also

Reference