Ministry only service. This service will award a single unique Credential Number for each Student
that has at least one credential that is Achieved but not Awarded. Only one Credential Number shall be
awarded per Student within a single Submit Credential Awarding request.
Namespace: PASI.ServiceContract
Assembly: PASI.ServiceContract (in PASI.ServiceContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
MultipleSubmitCredentialResponse SubmitCredentialAwardingMultiple( SubmitCredentialAwardingMultipleRequest request )
Parameters
- request
- Type: PASI.DataContract.V201305SubmitCredentialAwardingMultipleRequest
The request contains a list of Alberta Student Numbers to be evaluated for credential awarding.
Return Value
Type: MultipleSubmitCredentialResponseThe response identifies whether a change was successfully applied including information on Credential Number, PASI Version Number, and ASN. If errors occur they will be returned for each ASN independently.
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, 44000, 44004, 44008, 44010, 44011, 44012, 44013, 44014Remarks
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 |
StateProvinceIds | List<CredentialAwardingStateProvinceId> | Yes | |
StateProvinceIds.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 |
---|---|---|---|
MultipleSubmitCredentialResponse.Responses | List<SubmitCredentialResponse> | Yes | |
MultipleSubmitCredentialResponse.Responses.AwardedSchoolYear | Nullable`1 | No | |
MultipleSubmitCredentialResponse.Responses.CredentialNumber | Int64 | Yes | |
MultipleSubmitCredentialResponse.Responses.CredentialType | String | No | |
MultipleSubmitCredentialResponse.Responses.PASICoreVersion | Int64 | No | |
MultipleSubmitCredentialResponse.Responses.Rejections | List<Rejection> | No | |
MultipleSubmitCredentialResponse.Responses.Rejections.Code | String | Yes | |
MultipleSubmitCredentialResponse.Responses.Rejections.Description | String | Yes | |
MultipleSubmitCredentialResponse.Responses.StateProvinceId | String | Yes |
See Also