IPASIService2019SubmitProvincialAchievementTestResult Method Provincial Approach to Student Information API
This service is used to manage Provincial Achievement Test Results in PASI Core. This service can be used to: * Add a new Provincial Achievement Test Result, or * Update an existing Provincial Achievement Result

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

SubmitResponse SubmitProvincialAchievementTestResult(
	SubmitProvincialAchievementTestResultRequest request
)

Parameters

request
Type: PASI.DataContract.V2019SubmitProvincialAchievementTestResultRequest
The result of a provincial achievement test for a student.

Return Value

Type: SubmitResponse
Any rejections, version and the RefId

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, 9003, 9023, 9068, 45008, 45009, 45014, 45015, 45016, 45017, 45018, 45019
Remarks

Request and Response Class Diagram



Request Fields

Full Property NameTypeRequiredOther Attributes
AccommodationsList<String>NoValue must be an appropriate PATAccommodations code value
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
ComponentResultsList<ProvincialAchievementTestComponentResultInfo>No
ComponentResults.AccommodationsList<String>NoValue must be an appropriate PATAccommodations code value
ComponentResults.ComponentCodeStringYesValue must be no more than 5 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] Value must be uppercase.
ComponentResults.ScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
ComponentResults.StatusStringYesValue must be an appropriate ComponentResultStatus code value
GradeStringYesValue must be an appropriate GradeCode code value
IsDeletedBooleanYes
PASICoreVersionInt64Yes
ProvincialAchievementTestRefIdGuidYes
RefIdGuidYes
SchoolCodeStringYesValue must be in the form of a number between '0001' and '9999'
ScoreNullable`1NoValue must be between -1000 and 1000 Decimal number must have precision of at most 8 and scale of at most 4
StateProvinceIdStringYesValue must be in the form of a number between '000000001' and '999999999'
StatusStringYesValue must be an appropriate PATResultStatus code value


Response Fields

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

Reference