StudentRecordDocumentInfoStudentRecordCustodianList Property Provincial Approach to Student Information API
A list of the current student record custodian School Organization Codes for the associated student

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

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

Property Value

Type: ListString
The value for the organization in the form "type.code" where "type" is the organization type and "code" is the organization code. The type "S" is used for School and the code must be a four-digit number. Example: "S.0982" = School 0982
See Also

Reference