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": "a3af75cd-8daf-44ba-8646-6da0832c6ee7",
"AppSettingID": 1,
"AppSettingActive": true,
"CountryID": 1,
"LanguageID": 1,
"UserUUIDCur": "4d896eb2-2404-4859-88d0-79c668340bc5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]