CoursePermissionInfoOrganizationCode Property Provincial Approach to Student Information API
(Required) Unique organization identifier assigned by Alberta Education.

Namespace: PASI.DataContract.V2019
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
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. "A.*" mean a course is available to all School Authorities. There is no "S.*". Some examples: "S.0982" = School 0982 "A.0050" = School Authority 0050 "A.*" = All School Authorities
Remarks


Field Validation

  • This field is Required.
See Also

Reference