POST api/Language/SetCurrentLanguage

Documentation for 'SetCurrentLanguage'.

Request Information

Parameters

NameDescriptionAdditional information
language
Documentation for 'language'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "code": "sample string 2",
  "sequence": 3,
  "active": true,
  "imageUrl": "sample string 5",
  "getFullString": "7;sample string 2;sample string 1",
  "literalInternVersion": 6,
  "id": 7
}

application/xml, text/xml

Sample:
<LanguageVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>7</Id>
  <Name>sample string 1</Name>
  <Code>sample string 2</Code>
  <Sequence>3</Sequence>
  <Active>true</Active>
  <ImageUrl>sample string 5</ImageUrl>
  <LiteralInternVersion>6</LiteralInternVersion>
</LanguageVM>

application/x-www-form-urlencoded

Sample:

Sample not available.