Ministry only service. This service is used to submit or update a diploma exam registration request.
Namespace: PASI.ServiceContract
Assembly: PASI.ServiceContract (in PASI.ServiceContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
DiplomaExamRegistrationRequestResponse SubmitDiplomaExamRegistrationRequest( DiplomaExamRegistrationRequest request )
Parameters
- request
- Type: PASI.DataContract.V201507DiplomaExamRegistrationRequest
Contains all the information needed to submit a diploma exam registration request, including the request itself, any fees, exams and sittings
Return Value
Type: DiplomaExamRegistrationRequestResponseThe PASI Core version and Id for the diploma exam registration request.
Service Validations
The following codes can be returned from the service operation. This list also shows core alerts that could be generated as a result calling this service. These codes are in addition to the standard set of codes that can be returned defined as in the Approach to Error Reporting. Click the link for the details.
9002, 9009, 9019, 9023, 9062, 40507, 40508, 40526, 40530, 40531, 40540, 40541, 40542, 40552, 40553, 40559, 62001, 62002, 62003, 62004, 62005, 62006, 62007, 62008, 62009Remarks
Request and Response Class Diagram
Request Fields
Full Property Name | Type | Required | Other Attributes |
---|---|---|---|
BillingInformationId | Int32 | Yes | |
CallerInfo | CallerInfo | Yes | |
CallerInfo.ClientMessageID | String | Yes | Value must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.SentUtcTime | DateTime | Yes | |
CallerInfo.Software | Software | Yes | |
CallerInfo.Software.BuildNumber | String | Yes | Value must be no more than 30 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.Software.Manufacturer | String | Yes | Value must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.Software.Product | String | Yes | Value must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.Software.Version | String | Yes | Value must be no more than 30 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.User | User | Yes | |
CallerInfo.User.IPAddress | String | Yes | Value must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.User.LocalID | String | Yes | Value must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.User.Name | String | Yes | Value must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
CallerInfo.User.OrganizationCode | String | Yes | Value must be no more than 6 characters |
DiplomaExamRegistrationRequestId | Int32 | No | |
EducationAccountIdentifier | Int32 | Yes | |
EducationAccountOrganization | String | No | Value must be a valid organization code (e.g. s.1312). |
ExamRegistrations | List<DiplomaExamRegistrationRequestItem> | No | |
ExamRegistrations.AmountCollected | Decimal | Yes | Decimal number must have precision of at most 7 and scale of at most 2 Value must be greater than or equal to 0 Value must be less than or equal to 99999.99 |
ExamRegistrations.AmountDue | Decimal | Yes | Decimal number must have precision of at most 7 and scale of at most 2 Value must be greater than or equal to 0 Value must be less than or equal to 99999.99 |
ExamRegistrations.Coupon | CouponIdentifierInfo | No | |
ExamRegistrations.Coupon.CouponReferenceId | Guid | Yes | |
ExamRegistrations.Coupon.CouponVersion | Int64 | Yes | |
ExamRegistrations.ExamReferenceId | Guid | Yes | |
ExamRegistrations.ExamSittingReferenceIds | List<Guid> | Yes | |
ExamRegistrations.FeeType | String | No | Value must be an appropriate FeeType code value |
ExamRegistrations.GstDue | Decimal | Yes | Decimal number must have precision of at most 7 and scale of at most 2 Value must be greater than or equal to 0 Value must be less than or equal to 99999.99 |
ExamRegistrations.StateProvinceId | String | Yes | Value must be in the form of a number between '000000001' and '999999999' |
ExamRegistrations.SuppliedContactNames | List<KeyValuePair> | No | |
ExamRegistrations.SuppliedContactNames.Key | String | Yes | |
ExamRegistrations.SuppliedContactNames.Value | String | Yes | PASI.Validation.Schema.IsNotRequired |
IsDeleted | Boolean | Yes | |
PASICoreVersion | Int64 | Yes | Value must be greater than or equal to 0 |
PaymentMethod | String | No | Value must be an appropriate PaymentMethod code value |
PaymentTransactionId | String | No | |
RequestExpiryUtc | DateTime | Yes | |
RequestMethod | String | Yes | Value must be an appropriate OrderReceivedMethod code value |
RequestorName | String | Yes | Value must be no more than 120 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF] |
RequestStatus | String | Yes | Value must be an appropriate RequestStatus code value |
WaiveReason | String | No |
Response Fields
Full Property Name | Type | Required | Other Attributes |
---|---|---|---|
DiplomaExamRegistrationRequestResponse.DiplomaExamRegistrationRequestId | Int32 | Yes | |
DiplomaExamRegistrationRequestResponse.PASICoreVersion | Int64 | Yes | |
DiplomaExamRegistrationRequestResponse.Rejections | List<Rejection> | No | |
DiplomaExamRegistrationRequestResponse.Rejections.Code | String | Yes | |
DiplomaExamRegistrationRequestResponse.Rejections.Description | String | Yes |
See Also