PUT walkthroughs

Authorization

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

  • Authenticated user who is either Administrator
  • Authenticated user who is either ImportTool

Request Information

URI Parameters

None.

Body Parameters

PearsonEnglish.LearningServices.Core.Models.WalkThrough.WalkThroughModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Code

string

None.

MobileCode

string

None.

WalkThroughType

PearsonEnglish.LearningServices.Core.Models.WalkThrough.WalkThroughTypeModel

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "0ed0433f-461a-4107-a439-3094da2a2636",
  "Name": "sample string 2",
  "Code": "sample string 3",
  "MobileCode": "sample string 4",
  "WalkThroughType": {
    "Id": 1,
    "Name": "sample string 2"
  },
  "IsActive": true
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.