This service return an APOPStudent record
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.SystemAPOPStudentGetRequest
Return Value
Type: APOPStudentInfoService 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
Request and Response Class Diagram
Request Fields
Full Property Name | Type | Required | Other Attributes |
---|---|---|---|
APOPStudentID | Nullable`1 | No | |
StudentID | Nullable`1 | No |
Response Fields
Full Property Name | Type | Required | Other Attributes |
---|---|---|---|
APOPStudentInfo.AccessCode | String | Yes | |
APOPStudentInfo.APOPStudentID | Int32 | Yes | |
APOPStudentInfo.EducationAccountIdentifier | Int32 | Yes | |
APOPStudentInfo.IsSharing | Boolean | Yes | |
APOPStudentInfo.LastAccessOnUtcTime | Nullable`1 | No | |
APOPStudentInfo.LastUpdateUtcTime | DateTime | Yes | |
APOPStudentInfo.LastVerifiedUtcTime | Nullable`1 | No | |
APOPStudentInfo.PASICoreVersion | Int64 | Yes | |
APOPStudentInfo.StudentID | Int32 | Yes |
See Also