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.
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.25.26.0 (9.25.26.0)
Syntax
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: MultipleSubmitResponseThe 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, 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, 40396, 40397, 40609, 40610Remarks
Request and Response Class Diagram
Request Fields
Full Property Name | Type | Required | Other Attributes |
---|---|---|---|
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 |
EvaluationMarks | List<EvaluatedMarkInfo> | Yes | |
EvaluationMarks.CourseCode | String | Yes | Value must be 7 characters |
EvaluationMarks.CreditsAttempted | Int16 | Yes | |
EvaluationMarks.EffectiveUtc | DateTime | No | |
EvaluationMarks.EvaluationDate | DateTime | Yes | |
EvaluationMarks.EvaluationMethod | String | Yes | Value must be an appropriate EvaluationMethod code value |
EvaluationMarks.IsDeleted | Boolean | Yes | |
EvaluationMarks.IsFundingRequested | Boolean | Yes | |
EvaluationMarks.IsMarkApproved | Boolean | Yes | |
EvaluationMarks.MarkFormat | String | Yes | Value must be an appropriate MarkFormat code value |
EvaluationMarks.MarkValue | String | Yes | Value must be no more than 3 characters |
EvaluationMarks.OrganizationCode | String | Yes | Value must be a valid organization code (e.g. s.1312). |
EvaluationMarks.PASICoreVersion | Int64 | Yes | |
EvaluationMarks.RefId | Guid | Yes | |
EvaluationMarks.SchoolYear | Int16 | Yes | Value must be between 1900 and 2100 |
EvaluationMarks.StateProvinceId | String | Yes | Value must be in the form of a number between '000000001' and '999999999' |
Response Fields
Full Property Name | Type | Required | Other Attributes |
---|---|---|---|
MultipleSubmitResponse.Responses | List<SubmitResponse> | Yes | |
MultipleSubmitResponse.Responses.Id | String | No | |
MultipleSubmitResponse.Responses.PASICoreVersion | Int64 | No | |
MultipleSubmitResponse.Responses.Rejections | List<Rejection> | No | |
MultipleSubmitResponse.Responses.Rejections.Code | String | Yes | |
MultipleSubmitResponse.Responses.Rejections.Description | String | Yes |
See Also