POST api/AdminUserRights/GetUserAppSetting
AdmGetUserAppSetting
Request Information
URI Parameters
None.
Body Parameters
GetUserAppSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| AppSettingID | integer |
None. |
|
| AppSettingActive | boolean |
None. |
|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "6ff09239-dca6-4c80-8f76-00101a15d314",
"AppSettingID": 1,
"AppSettingActive": true,
"CountryID": 1,
"LanguageID": 1,
"UserUUIDCur": "fcbbcd36-a011-4bb3-8672-dd17513c628e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]