POST student/{studentId}/reset/bookmark

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Everyone who passes an authentication token in "x-territory-key" URI parameter which is configured to allow access to this endpoint.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentId

string

Required

Body Parameters

PearsonEnglish.LearningServices.Wse.Models.ResetBookmarkParameter
NameDescriptionTypeAdditional information
StudentId

string

None.

CurrentLevels

Collection of string

None.

CenterId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentId": "sample string 1",
  "CurrentLevels": [
    "sample string 1",
    "sample string 2"
  ],
  "CenterId": "sample string 2"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.