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.UpdateClassResultsModelName | 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": "7d33961b-0cfa-4a1c-a7fd-7d5a19689a05", "Result": 1, "Feedback": "sample string 2", "Results": [ { "RatingSchemaPartItemId": "f0d9079a-bdd7-48f4-888c-b418f607ba6f", "Result": 1 }, { "RatingSchemaPartItemId": "f0d9079a-bdd7-48f4-888c-b418f607ba6f", "Result": 1 } ] }, { "StudentId": "7d33961b-0cfa-4a1c-a7fd-7d5a19689a05", "Result": 1, "Feedback": "sample string 2", "Results": [ { "RatingSchemaPartItemId": "f0d9079a-bdd7-48f4-888c-b418f607ba6f", "Result": 1 }, { "RatingSchemaPartItemId": "f0d9079a-bdd7-48f4-888c-b418f607ba6f", "Result": 1 } ] } ] }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.