POST walkthroughs/languages
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.WalkThroughLanguageModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
LanguageId | globally unique identifier |
None. |
|
LanguageCode | string |
None. |
|
MobileLanguageCode | string |
None. |
|
IsActive | boolean |
None. |
|
LanguageName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "ca3bd584-3e48-4edd-92d6-49d78158f866", "LanguageId": "c33e48af-5481-432b-806d-47c93bc3fbc2", "LanguageCode": "sample string 3", "MobileLanguageCode": "sample string 4", "IsActive": true, "LanguageName": "sample string 6" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.