This is the contract to submit a diploma rescore request
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.SystemDiplomaExamRescoreRequest
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The DiplomaExamRescoreRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiplomaExamRescoreRequest |
Properties
Name | Description | |
---|---|---|
AmountCollected | (Required)
The total amount collected for the exam rescore
| |
BillingInformationId | (Required)
The id of the billing information associated to the request
| |
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
Consent | (Required)
The type of consent the student got for the request
| |
EducationAccountIdentifier | (Required)
The identifier for the education account on PAS (Public Authentication System)
| |
EducationAccountOrganization |
A reference to the organization that the Education Account is tied to
| |
EligibleForRefund | (Required)
Indicates whether the student can obtain a refund
| |
FeeAmount | (Required)
The fee for the exam rescore
| |
GstDue | (Required)
The GST due for the exam rescore
| |
PASICoreVersion | (Required)
This is the PASI version of this record
| |
PaymentMethod |
The method used to pay
| |
PaymentStatus | (Required)
The status of the payment for the request
| |
PaymentTransactionId |
The ID to reference the transaction that was used to collect payment for the request.
This field is required if the request method is Online.
| |
RefId | (Required)
The Globally Unique Identifier (GUID) for the rescore request. This is also the identifier for the exam mark.
| |
RequestMethod | (Required)
The method used to submit the request
| |
RequestorName | (Required)
The name of the person who initiated the request.
Note that this could be different than the user who created the request, in scenarios where a user is creating the request on behalf of someone else.
| |
RequestStatus | (Required)
The status of the request
|
See Also