ValidateStudentMarkInfoCourseCodes Property Provincial Approach to Student Information API
(Required) One or a list of unique identifier(s) for a course.

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

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

Property Value

Type: ListString
Remarks

Accepts a 7 character alpha numeric code [A-Z]{3}[0-9]{4}. Will reject if invalid characters found or insufficient length.

Field Validation

  • This field is Required.
  • 9015.
See Also

Reference