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.WalkThroughModelName | Description | Type | Additional 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": "24c8ae88-ba33-4bc2-8362-0d2596fdba44", "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.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.