Transcript ClassProvincial Approach to Student Information API
This data contract represents the fulfillment (or not) of a transcript request
Inheritance Hierarchy

SystemObject
  PASI.DataContract.PescTranscript

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

public class Transcript

The Transcript type exposes the following members.

Constructors

  NameDescription
Public methodTranscript
Top
Properties

  NameDescription
Public propertyElectronicDocument
(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.
Public propertyElectronicDocumentId
(Required) This will be one of the following:
If the ElectronicDocument is a PESC v1.4.0 Transcript Response XML the identifier will be a value in the format {InstitutionId}{RequestTrackingId}
If the ElectronicDocument is a PESC v1.5.0 High School Transcript XML or base64 encoded PDF of the transcript, the identifier will be the Document Order Number.
Public propertyElectronicFormat
(Required) The format of the document returned XML, PDF, or PDFWithEmbeddedData
Public propertyPASICoreVersion
The PASI version of this document. This will only be returned if a PASI version was passed in.
Top
See Also

Reference