TranscriptElectronicDocument Property Provincial Approach to Student Information API
(Required) This will be one of the following:
- Transcript Response XML that is PESC v1.4.0 based but adhere to schema of CoreMain_v1.19.0.xsd instead of CoreMain_V1.14.0.xsd
- High School Transcript XML that is PESC v1.5.0 based but adhere to schema of CoreMain_v1.19.0.xsd instead of CoreMain_V1.14.0.xsd
- A base64 encoded PDF of the Transcript
The electronic format will indicate whether the document is a PESC XML document or a PASI PDF document. If the transcript has not been produced, the format will be XML and the document will be a PESC Transcript Response XML document. If the transcript has been produced, it will be either a PESC High School Transcript XML document or a PASI PDF Transcript document depending on the electronic format.

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

public string ElectronicDocument { get; set; }

Property Value

Type: String
Remarks


Field Validation

  • This field is Required.
See Also

Reference