SchoolInformation ClassProvincial Approach to Student Information API
Contains information relating to a school. Items such as Name, Status, School Authority Code, Addresses, Phone Number etc are provided. SchoolAuthorityCodeInfo, OrganizationStatus, OrganizationName and AuthorityClassifications can all change over time. The current value will be the first one in the list. Addresses, Classifications and School Authority Code will return lists of information which include the current value as well as any historical values.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009SchoolInformation

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

public class SchoolInformation

The SchoolInformation type exposes the following members.

Constructors

  NameDescription
Public methodSchoolInformation
Top
Properties

  NameDescription
Public propertyAddresses
One or more addresses for the School
Public propertyClassifications
One or more classifications for the school.
Public propertyCode
(Required) The code assigned to the school by Alberta Education.
Public propertyEmailAddress
An email address for the school
Public propertyFaxNumber
A fax number for the school
Public propertyName
(Required) A list of names for the organization. One of the names will be the current name.
Public propertyPasiCoreVersion
(Required) This value should be zero if sending a new school or the current PASICoreVersion when updating an existing school.
Public propertyPhoneNumber
The main phone number for the school.
Public propertySchoolAuthorityCode
(Required) A list of School Authority codes and effective dates indicating which authority the school reported to and when.
Public propertySourceVersion
(Required) The version number of the school from the source system.
Public propertyStatus
(Required) A list of statuses for the organization indicating if it is "Active" or not.
Top
See Also

Reference