APOPStudentResponseSchoolCodes Property Provincial Approach to Student Information API
(Required) Participating school codes where the student has an active enrolment.

Namespace: PASI.DataContract.Apop.V2024
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax

public List<string> SchoolCodes { get; set; }

Property Value

Type: ListString
Remarks

The school code should be a value between 0001 and 9999 inclusive.

Field Validation

  • This field is Required.
  • Value must be in the form of a number between '0001' and '9999'.
See Also

Reference