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.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": "dff4320d-48cb-4366-9a7d-9d293b77bf32",
"Result": 1,
"Feedback": "sample string 2",
"Results": [
{
"RatingSchemaPartItemId": "db8b2715-0ede-4a21-b249-7deb29231d6a",
"Result": 1
},
{
"RatingSchemaPartItemId": "db8b2715-0ede-4a21-b249-7deb29231d6a",
"Result": 1
}
]
},
{
"StudentId": "dff4320d-48cb-4366-9a7d-9d293b77bf32",
"Result": 1,
"Feedback": "sample string 2",
"Results": [
{
"RatingSchemaPartItemId": "db8b2715-0ede-4a21-b249-7deb29231d6a",
"Result": 1
},
{
"RatingSchemaPartItemId": "db8b2715-0ede-4a21-b249-7deb29231d6a",
"Result": 1
}
]
}
]
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.