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
PASI.DataContract.V2019PatResultIspResponse
Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The PatResultIspResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PatResultIspResponse |
Properties
Name | Description | |
---|---|---|
PatResultIspReports |
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).
| |
Rejections |
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.
|
See Also