PUT api/v2/Languages/{languageId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
languageId | integer |
Required |
Body Parameters
LanguageUpdateName | Description | Type | Additional information |
---|---|---|---|
Identification | string |
Required String length: inclusive between 0 and 250 |
|
CultureCode | string |
Required String length: inclusive between 0 and 15 |
Request Formats
application/json, text/json
Sample:
{ "Identification": "sample string 1", "CultureCode": "sample string 2" }
text/html
Sample:
{"Identification":"sample string 1","CultureCode":"sample string 2"}
Response
LanguageDetailName | Description | Type | Additional information |
---|---|---|---|
CreationUserId | integer | ||
CreationDateTime | date | ||
Id | integer | ||
Identification | string | ||
CultureCode | string |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "Identification": "sample string 2", "CultureCode": "sample string 3", "CreationUserId": 1, "CreationDateTime": "2025-08-04T18:40:23.4122529Z" }
text/html
Sample:
{"Id":1,"Identification":"sample string 2","CultureCode":"sample string 3","CreationUserId":1,"CreationDateTime":"2025-08-04T18:40:23.4122529Z"}