POST walkthroughs/user/{userIdentifier}/status

Authorization

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

  • Authenticated user who is either Student, ProspectWithTrial
  • Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Body Parameters

PearsonEnglish.LearningServices.Core.Models.WalkThrough.WalkThroughHistoryModel
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

WalkThroughId

globally unique identifier

None.

Status

PearsonEnglish.LearningServices.Core.Models.Enums.WalkThroughCompletionStatus

None.

WalkThroughType

PearsonEnglish.LearningServices.Core.Models.Enums.WalkThroughTypes

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "36123014-5fed-4f1a-a649-d7d02a9daf78",
  "WalkThroughId": "961396d5-acbb-4c6f-a3a2-40f3f0eb62c2",
  "Status": 0,
  "WalkThroughType": 1
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.