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
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Core.Models.WalkThrough.WalkThroughHistoryModel| Name | Description | Type | Additional 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": "f09f813e-d494-4408-b274-5a7e54121086",
"WalkThroughId": "74a9c06c-a71f-40cf-9e9b-f332c8d6dd4e",
"Status": 0,
"WalkThroughType": 1
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.