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.WalkThroughLanguageModel
NameDescriptionTypeAdditional 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": "076174ac-94c7-4de2-a6d9-9ac7e35ee86a",
  "LanguageId": "0b9e1905-a429-4d14-8dbd-3346c7e6884c",
  "LanguageCode": "sample string 3",
  "MobileLanguageCode": "sample string 4",
  "IsActive": true,
  "LanguageName": "sample string 6"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.