POST api/AdminSettingsSystem/GetLanguage
AdmGetLanguage
Request Information
URI Parameters
None.
Body Parameters
GetLanguageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageID | integer |
None. |
|
| LanguageActive | boolean |
None. |
|
| ByDefault | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"LanguageID": 1,
"LanguageActive": true,
"ByDefault": true,
"UserUUIDCur": "e38e1366-3a50-444b-8772-6a24470a8518"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]