RetrieveParameters ClassProvincial Approach to Student Information API
This is the contract that determines the high school transcript or transcripts to retrieve
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.PescRetrieveParameters

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

public class RetrieveParameters : RequestBase

The RetrieveParameters type exposes the following members.

Constructors

  NameDescription
Public methodRetrieveParameters
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyElectronicFormat
The electronic format the transcript should be returned in regardless of the default format of the original request.
Public propertyMaxPASICoreVersion
The maximum version the client knows about. If this value is provided, the service will return transcripts that have a version higher than this value.
Public propertyRequestInstitutionId
The identifier of the institution that is requesting the transcript.
Public propertyRequestTrackingId
The tracking identifier for the request.
Public propertyWaitTimeInSeconds
(Required) The number of seconds the client will wait for the transcript to be produced.
Top
See Also

Reference