PUT api/v2/SystemInformationTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SystemInformationTranslationUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string | ||
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"Description": "sample string 1",
"Identification": "sample string 2"
}
text/html
Sample:
{"Description":"sample string 1","Identification":"sample string 2"}
Response
SystemInformationTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| SystemInformationId | integer | ||
| LanguageId | integer | ||
| Description | string | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Description": "sample string 4",
"Identification": "sample string 5",
"Id": 1,
"SystemInformationId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:10:08.9523034Z"
}
text/html
Sample:
{"Description":"sample string 4","Identification":"sample string 5","Id":1,"SystemInformationId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:10:08.9523034Z"}