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": "5cdd961f-85e8-45c7-a978-d0a9018b3f54", "StudentId": "66a5d487-a82f-41d0-9b2e-6bf37c7ac1e3", "Comment": "sample string 3", "ContentItemResultType": 1 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.