PUT api/LocalizedProperties/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

LocalizedProperty
NameDescriptionTypeAdditional information
Id

integer

None.

EntityId

integer

None.

LanguageId

integer

None.

LocaleKeyGroup

string

None.

LocaleKey

string

None.

LocaleValue

string

None.

Language

Language

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "EntityId": 2,
  "LanguageId": 3,
  "LocaleKeyGroup": "sample string 4",
  "LocaleKey": "sample string 5",
  "LocaleValue": "sample string 6",
  "Language": {
    "Id": 1,
    "Name": "sample string 2",
    "LanguageCulture": "sample string 3",
    "UniqueSeoCode": "sample string 4",
    "FlagImageFileName": "sample string 5",
    "Rtl": true,
    "ActiveStatus": true,
    "DisplayOrder": 8,
    "LocalizedProperties": []
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.