POST api/EncounterResult

Authorization

Access to this endpoint is public.

Request Information

URI Parameters

None.

Body Parameters

PearsonEnglish.LearningServices.Wse.Models.ClassResults.EncounterResults.EncounterResult
NameDescriptionTypeAdditional 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": "bd1149ef-1733-4af0-9802-f63ba06534e6",
  "StudentId": "a7db59e6-0be6-48f3-b418-f8d973be1e26",
  "Comment": "sample string 3",
  "ContentItemResultType": 1
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.