This is a request to write one or more diploma exams
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V201507DiplomaExamRegistrationRequest
Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The DiplomaExamRegistrationRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiplomaExamRegistrationRequest |
Properties
Name | Description | |
---|---|---|
BillingInformationId | (Required)
The id of the billing information associated to the request.
| |
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
DiplomaExamRegistrationRequestId |
Id of the diploma exam registration
| |
EducationAccountIdentifier | (Required)
The education account tied to this request.
| |
EducationAccountOrganization |
(Optional) A reference to the organization that the Education Account is tied to.
| |
ExamRegistrations |
(Optional) A list of exam registrations and their fees for this request.
| |
IsDeleted | (Required)
True if the request is to be deleted.
| |
PASICoreVersion | (Required)
The PASI version of this object. This is used for updating the object. The value is ignored when new.
| |
PaymentMethod |
If a payment is required this is method the payment was made.
| |
PaymentTransactionId |
If a payment is required this is the id of the payment.
| |
RequestExpiryUtc | (Required)
Time that the request expires
| |
RequestMethod | (Required)
The request method
| |
RequestorName | (Required)
(Optional) The name of the party that made the request.
| |
RequestStatus | (Required)
The request status
| |
WaiveReason |
If the fees have been waived this is the reason.
|
See Also