This is the request data contract for SubmitStudentRecordDocumentProblemReport service.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2018SubmitStudentRecordDocumentProblemReportRequest
Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitStudentRecordDocumentProblemReportRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitStudentRecordDocumentProblemReportRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
DocumentRefId | (Required)
The unique identifier of the student record document.
| |
IsResolved | (Required)
Indicate whether the student record document problem has been resolved.
| |
PASICoreVersion | (Required)
The PASI Core version of this student record document. This must match what is currently in the
PASI Core for the update to be accepted.
| |
ProblemResolution |
Depict the resolution of the student record document problem.
| |
ProblemType | (Required)
Depict the type of problem identified on the student record document.
| |
RefId | (Required)
The unique identifier of the student record document problem report.
| |
ReportingUserEmail |
The email of the user who reported the student record document problem.
|
See Also