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": "3257cbb4-3537-48e0-a410-34b506fc920a",
"StudentId": "364c637c-efbf-4c2a-9d5a-5513c11571bc",
"Comment": "sample string 3",
"ContentItemResultType": 1
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.