SubmitMarkApprovalRequest ClassProvincial Approach to Student Information API
This contract is used with the SubmitMarkApproval service. It will communicate all mark values to approve or unapprove
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V201204SubmitMarkApprovalRequest

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

public class SubmitMarkApprovalRequest : RequestBase

The SubmitMarkApprovalRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitMarkApprovalRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyIsMarkApproved
(Required) True if the mark values should be approved, false if the mark values should be unapproved.
Public propertyMarkApprovals
(Required) Contains the details of the marks to be updated
Public propertyMarkType
(Required) The type of marks contained in the MarkApprovals list.
Top
See Also

Reference