SubmitStudentRecordDocumentProblemReportRequest ClassProvincial Approach to Student Information API
This is the request data contract for SubmitStudentRecordDocumentProblemReport service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2018SubmitStudentRecordDocumentProblemReportRequest

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

public class SubmitStudentRecordDocumentProblemReportRequest : RequestBase

The SubmitStudentRecordDocumentProblemReportRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStudentRecordDocumentProblemReportRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyDocumentRefId
(Required) The unique identifier of the student record document.
Public propertyIsResolved
(Required) Indicate whether the student record document problem has been resolved.
Public propertyPASICoreVersion
(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.
Public propertyProblemResolution
Depict the resolution of the student record document problem.
Public propertyProblemType
(Required) Depict the type of problem identified on the student record document.
Public propertyRefId
(Required) The unique identifier of the student record document problem report.
Public propertyReportingUserEmail
The email of the user who reported the student record document problem.
Top
See Also

Reference