POST api/v2/Languages
Request
URI Parameters
Body Parameters
LanguageInsert| 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 |