POST api/ClassResult?classId={classId}
Authorization
Access to this endpoint is public.
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": "9a5c2ebc-5c68-47ed-a4fc-b4c64a715268", "Result": 1, "Feedback": "sample string 2", "Results": [ { "RatingSchemaPartItemId": "03ee3db0-403e-494d-9700-ec227937fbaf", "Result": 1 }, { "RatingSchemaPartItemId": "03ee3db0-403e-494d-9700-ec227937fbaf", "Result": 1 } ] }, { "StudentId": "9a5c2ebc-5c68-47ed-a4fc-b4c64a715268", "Result": 1, "Feedback": "sample string 2", "Results": [ { "RatingSchemaPartItemId": "03ee3db0-403e-494d-9700-ec227937fbaf", "Result": 1 }, { "RatingSchemaPartItemId": "03ee3db0-403e-494d-9700-ec227937fbaf", "Result": 1 } ] } ] }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.