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": "3977b413-1782-4120-b54d-864028a4511a",
  "StudentId": "cdef2938-a758-4af6-872e-6ae5152210a2",
  "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.