IPASIService2018GetDiplomaExamRescoreRequest Method Provincial Approach to Student Information API
Ministry only service. This service will return the exam rescore requests based on the exam mark Id(s) passed in

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

List<DiplomaExamRescoreGetResponse> GetDiplomaExamRescoreRequest(
	DiplomaExamRescoreGetRequest request
)

Parameters

request
Type: PASI.DataContract.V201602DiplomaExamRescoreGetRequest
The request contains a list of Exam mark Ids the client wishes to retrieve rescore requests for.

Return Value

Type: ListDiplomaExamRescoreGetResponse
The response contains a list of exam rescore requests.

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.

No additional errors for this service.
Remarks

This service is intended to be used during the data synchronization process using the IsDataAvailable service. See the Expected Versions section for important details on how this service will return data.

Request and Response Class Diagram



Request Fields

Full Property NameTypeRequiredOther Attributes
CallerInfoCallerInfoYes
CallerInfo.ClientMessageIDStringYesValue 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.SentUtcTimeDateTimeYes
CallerInfo.SoftwareSoftwareYes
CallerInfo.Software.BuildNumberStringYesValue 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.ManufacturerStringYesValue 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.ProductStringYesValue 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.VersionStringYesValue 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.UserUserYes
CallerInfo.User.IPAddressStringYesValue 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.LocalIDStringYesValue 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.NameStringYesValue 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.OrganizationCodeStringYesValue must be no more than 6 characters
RescoreRequestIdsList<EntityRefIdVersionInfo>Yes
RescoreRequestIds.ExpectedVersionNullable`1No
RescoreRequestIds.RefIdGuidYes


Response Fields

Full Property NameTypeRequiredOther Attributes
List<DiplomaExamRescoreGetResponse>List<DiplomaExamRescoreGetResponse>No
List<DiplomaExamRescoreGetResponse>.AvailabilityStatusStringNo
List<DiplomaExamRescoreGetResponse>.RescoreRequestDiplomaExamRescoreGetInfoYes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.AmountCollectedDecimalYes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.AmountRequiredDecimalYes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.ConsentStringYesValue must be an appropriate ConsentReceived code value
List<DiplomaExamRescoreGetResponse>.RescoreRequest.CreatedByEducationAccountIdentifierInt32Yes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.CreatedByEducationAccountOrganizationStringYesValue must be no more than 6 characters
List<DiplomaExamRescoreGetResponse>.RescoreRequest.EducationAccountIdentifierInt32Yes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.EducationAccountOrganizationStringYesValue must be no more than 6 characters
List<DiplomaExamRescoreGetResponse>.RescoreRequest.EligibleForRefundBooleanYes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.ExamPeriodStringYesValue must be an appropriate ExamPeriod code value
List<DiplomaExamRescoreGetResponse>.RescoreRequest.LanguageStringYesValue must be an appropriate LanguageOfExam code value
List<DiplomaExamRescoreGetResponse>.RescoreRequest.PASICoreVersionInt64Yes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.PaymentMethodStringYesValue must be an appropriate RescorePaymentReceivedMethod code value
List<DiplomaExamRescoreGetResponse>.RescoreRequest.PaymentStatusStringYesValue must be an appropriate RescorePaymentStatus code value
List<DiplomaExamRescoreGetResponse>.RescoreRequest.PaymentTransactionIdStringNoValue must be no more than 50 characters
List<DiplomaExamRescoreGetResponse>.RescoreRequest.RefIdGuidYes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.RequestCreatedDateTimeDateTimeYes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.RequestMethodStringYesValue must be an appropriate RescoreRequestReceivedMethod code value
List<DiplomaExamRescoreGetResponse>.RescoreRequest.RequestorNameStringYesValue must be no more than 120 characters
List<DiplomaExamRescoreGetResponse>.RescoreRequest.RequestStatusStringYesValue must be an appropriate RescoreRequestStatus code value
List<DiplomaExamRescoreGetResponse>.RescoreRequest.SchoolYearInt16Yes
List<DiplomaExamRescoreGetResponse>.RescoreRequest.StateProvinceIdStringYesValue must be in the form of a number between '000000001' and '999999999'
See Also

Reference