PUT api/v2/Languages/{languageId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageId | integer |
Required |
Body Parameters
LanguageUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Identification | string |
Required String length: inclusive between 0 and 250 |
|
| CultureCode | string |
Required String length: inclusive between 0 and 15 |
|
| Active | boolean |
Response
LanguageDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| CreationUserId | integer | ||
| CreationDateTime | date | ||
| Id | integer | ||
| Identification | string | ||
| CultureCode | string | ||
| Active | boolean | ||
| ActivationUserId | integer | ||
| ActivationDateTime | date |