ExamSittingInfoOrganizationCode Property Provincial Approach to Student Information API
Identifies the Organization responsible for managing the Exam Sitting.

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

public string OrganizationCode { get; set; }

Property Value

Type: String
Unique organization identifier assigned by Alberta Education. The value for the organization in the form "type.code" where "type" is the organization type and "code" is the organization code. The type may be "S" for School, "A" for School Authority, or "O" for Other Organization. The code must be a four-digit number.
Remarks


Field Validation

  • Value must be a valid organization code (e.g. s.1312).
  • 9019.
See Also

Reference