POST api/EncounterResult
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.ClassResults.EncounterResults.EncounterResultName | 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": "20dbfb2c-c0ac-4788-b65f-ee0f32bd098f", "StudentId": "1ab76560-9398-4019-9bdb-8464ad0d60f1", "Comment": "sample string 3", "ContentItemResultType": 1 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.