POST 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.RatingSchemaPartItemResultModelName | 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": "a6066e14-9abb-4de5-a749-16982b1af1fe", "ReferenceClassId": "sample string 2", "ClassId": "8114a00b-49e5-4db6-831b-ea0723f34e7b", "TeacherId": "e3f71180-4133-442d-bd43-82c606c3e0d6", "RatingSchemaPartItemId": "7f1da05c-5cd2-498a-a119-119e3444376b", "Result": 1, "Number": 1, "ClassUnitId": "58f6079d-2594-409f-975e-5e0d0350d452" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.