PUT classes/{classId}/classPartialResults
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user passes at least one of the following conditions: Authenticated user is a staff member and is assigned to the same center as a user who matches a student who is assigned to class result specified in body of request. Authenticated user is a staff member and is assigned to the online center as a user who matches a student who is assigned to class result specified in body of request. Authenticated user matches a student who is assigned to class result specified in body of request.
- Authenticated user matches a teacher who is assigned to material specified by "result" uri parameter or by content of request.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| classId | string |
Required |
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.ClassResults.RatingSchemaPartItemResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId | globally unique identifier |
None. |
|
| ReferenceClassId | string |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| TeacherId | globally unique identifier |
None. |
|
| RatingSchemaPartItemId | globally unique identifier |
None. |
|
| Result | integer |
None. |
|
| Number | integer |
None. |
|
| ClassUnitId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentId": "5104ebe4-d5d1-431c-90b3-3c39f96943de",
"ReferenceClassId": "sample string 2",
"ClassId": "26b61011-3445-44fc-9ea4-09058a617744",
"TeacherId": "b0488541-7bd1-4f2b-a425-a9e95f864423",
"RatingSchemaPartItemId": "f71cae65-254a-46f8-8a5b-c27544d75205",
"Result": 1,
"Number": 1,
"ClassUnitId": "afdbd09b-e25c-44e6-9321-4098ae7c402a"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.