PatResultIspResponse ClassProvincial Approach to Student Information API
The response from calling the GetPatResultIsp service. For each student requested, this will either contain a PDF report, or a list of rejections.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2019PatResultIspResponse

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

public class PatResultIspResponse

The PatResultIspResponse type exposes the following members.

Constructors

  NameDescription
Public methodPatResultIspResponse
Top
Properties

  NameDescription
Public propertyPatResultIspReports
A list of PAT Result ISP Reports; consists of StateProvinceId, and the PDF Document (or rejections if the PDF Document could not be generated due to a business rule failure).
Public propertyRejections
A list of rejections generated by the service call. Any rejections at this level would stop any additional processing from happening and no PDF reports will be returned.
Top
See Also

Reference