PUT classes/{classId}/results
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authorized user is in one of roles: ServiceManager, LimitedServiceManager
- Authenticated user is a staff member from the same center as class.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| classId | globally unique identifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.ClassResults.UpdateClassResultsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Override | boolean |
None. |
|
| Results | Collection of PearsonEnglish.LearningServices.Wse.Models.ClassResults.UpdateClassResultModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Override": true,
"Results": [
{
"StudentId": "b4f56e97-e80f-47e5-b6ed-1a18bc5469f3",
"Result": 1,
"Feedback": "sample string 2",
"Results": [
{
"RatingSchemaPartItemId": "4190b433-c0ce-4c94-b1ee-7be59f5af7b1",
"Result": 1
},
{
"RatingSchemaPartItemId": "4190b433-c0ce-4c94-b1ee-7be59f5af7b1",
"Result": 1
}
]
},
{
"StudentId": "b4f56e97-e80f-47e5-b6ed-1a18bc5469f3",
"Result": 1,
"Feedback": "sample string 2",
"Results": [
{
"RatingSchemaPartItemId": "4190b433-c0ce-4c94-b1ee-7be59f5af7b1",
"Result": 1
},
{
"RatingSchemaPartItemId": "4190b433-c0ce-4c94-b1ee-7be59f5af7b1",
"Result": 1
}
]
}
]
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.