PUT api/CommonMaster/ConstantValueMasterTranslation

Request Information

URI Parameters

None.

Body Parameters

ConstantValueTranslationViewModel
NameDescriptionTypeAdditional information
ConstantValueTranslationId

integer

None.

ConstantValueId

integer

None.

LanguageId

integer

None.

Code

string

None.

Description

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifyDate

date

None.

ModifyBy

integer

None.

IpAddress

string

None.

ConstantValueTranslationCode

string

None.

ConstantValueTranslationDescription

string

None.

ConstantValueName

string

None.

LanguageName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ConstantValueTranslationId": 1,
  "ConstantValueId": 2,
  "LanguageId": 3,
  "Code": "sample string 4",
  "Description": "sample string 5",
  "CreatedDate": "2026-01-07T07:13:37.3000222+05:30",
  "CreatedBy": 7,
  "ModifyDate": "2026-01-07T07:13:37.3000222+05:30",
  "ModifyBy": 1,
  "IpAddress": "sample string 8",
  "ConstantValueTranslationCode": "sample string 9",
  "ConstantValueTranslationDescription": "sample string 10",
  "ConstantValueName": "sample string 11",
  "LanguageName": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.