IPASIService2017SubmitEvaluatedMark Method Provincial Approach to Student Information API
This service is used to manage Evaluated Mark information in the PASI Core. It is used to add a new Evaluated Mark, update an existing Evaluated Mark, or delete/undelete an existing Evaluated Mark. This service work with either a single record, or a list of Evaluated Mark information thus allowing a PASI client to record information in PASI through submitting one batch at a time.

The IsMarkApproved property is ignored when this service is called. To approve a mark value the SubmitMarkApproval service must be used.

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

MultipleSubmitResponse SubmitEvaluatedMark(
	SubmitEvaluatedMarkRequest request
)

Parameters

request
Type: PASI.DataContract.V201204SubmitEvaluatedMarkRequest
The request contains a single record or a list of EvaluatedMarkInfo data contract to be submitted to PASI Core.

Return Value

Type: MultipleSubmitResponse
The return from a Submit Evaluated Mark request identifies if an add/update/delete/undelete for an Evaluated Mark was successfully applied. If not successful, the response identifies which validation rules have failed.

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.

9009, 9014, 9015, 9016, 9017, 9018, 9019, 9020, 9024, 9030, 9031, 9058, 9062, 9063, 40294, 40301, 40309, 40311, 40312, 40313, 40318, 40321, 40323, 40324, 40325, 40327, 40328, 40340, 40342, 40346, 40349, 40350, 40352, 40360, 40363, 40364, 40365, 40369, 40370, 40375, 40377, 40379, 40388, 40391, 40392, 40393, 40394, 40609, 40610
Remarks

Evaluated Mark will be used when capturing marks derived from a student's out-province/out-of-country marks or other scenarios when a student did not actually take the identified course within Alberta. Each Evaluated Mark on the request will be processed individually, therefore some of the updates may be successful while others may fail.

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
EvaluationMarksList<EvaluatedMarkInfo>Yes
EvaluationMarks.CourseCodeStringYesValue must be 7 characters
EvaluationMarks.CreditsAttemptedInt16Yes
EvaluationMarks.EffectiveUtcDateTimeNo
EvaluationMarks.EvaluationDateDateTimeYes
EvaluationMarks.EvaluationMethodStringYesValue must be an appropriate EvaluationMethod code value
EvaluationMarks.IsDeletedBooleanYes
EvaluationMarks.IsFundingRequestedBooleanYes
EvaluationMarks.IsMarkApprovedBooleanYes
EvaluationMarks.MarkFormatStringYesValue must be an appropriate MarkFormat code value
EvaluationMarks.MarkValueStringYesValue must be no more than 3 characters
EvaluationMarks.OrganizationCodeStringYesValue must be a valid organization code (e.g. s.1312).
EvaluationMarks.PASICoreVersionInt64Yes
EvaluationMarks.RefIdGuidYes
EvaluationMarks.SchoolYearInt16YesValue must be between 1900 and 2100
EvaluationMarks.StateProvinceIdStringYesValue must be in the form of a number between '000000001' and '999999999'


Response Fields

Full Property NameTypeRequiredOther Attributes
MultipleSubmitResponse.ResponsesList<SubmitResponse>Yes
MultipleSubmitResponse.Responses.IdStringNo
MultipleSubmitResponse.Responses.PASICoreVersionInt64No
MultipleSubmitResponse.Responses.RejectionsList<Rejection>No
MultipleSubmitResponse.Responses.Rejections.CodeStringYes
MultipleSubmitResponse.Responses.Rejections.DescriptionStringYes
See Also

Reference