SchoolAuthorityInformation ClassProvincial Approach to Student Information API
Contains information relating to a school authority. Items such Name, Status, Addresses, and Phone Number etc are provided. OrganizationStatus, OrganizationName and AuthorityClassifications can all change over time. The current value will be the first one in the list.

Addresses and Classifications will return lists of information which include the current value as well as any historical values.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2017SchoolAuthorityInformation

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

public class SchoolAuthorityInformation

The SchoolAuthorityInformation type exposes the following members.

Constructors

  NameDescription
Public methodSchoolAuthorityInformation
Top
Properties

  NameDescription
Public propertyAddresses
The School Authority's addresses
Public propertyAuthorityCode
(Required) The code assigned to the authority by Alberta Education.
Public propertyClassification
The classification(s) (includes history) for the School Authority.
Public propertyEmailAddress
The School Authority's email address
Public propertyFaxNumber
The School Authority's fax number
Public propertyName
(Required) The name of the School Authority.
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 School Authority's phone number
Public propertySourceVersion
(Required) The version number of the school from the source system.
Public propertyStatus
(Required) This element indicates the Operational Status of a SchoolAuthority
Top
See Also

Reference