POST api/v2/IndicatorTranslations
Request
URI Parameters
Body Parameters
IndicatorTranslationInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| IndicatorId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"IndicatorId": 1,
"LanguageId": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"IndicatorId":1,"LanguageId":2,"Identification":"sample string 3"}
Response
IndicatorTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| IndicatorId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"IndicatorId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-05-05T22:52:46.1157822Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"IndicatorId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-05-05T22:52:46.1157822Z"}