POST api/EncounterResult
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.ClassResults.EncounterResults.EncounterResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Score | decimal number |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| Comment | string |
None. |
|
| ContentItemResultType | PearsonEnglish.LearningServices.Core.Models.Enums.ContentItemResultTypes |
None. |
Request Formats
application/json, text/json
Sample:
{
"Score": 1.0,
"ClassId": "7ee3d486-176f-42df-a7cf-9c7a3ca0bb18",
"StudentId": "eb6f73bc-0f61-479f-b0df-45ed72b981c3",
"Comment": "sample string 3",
"ContentItemResultType": 1
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.