POST api/AdminUserRights/GetListWhite
AdmGetListWhite
Request Information
URI Parameters
None.
Body Parameters
GetListWhite| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ListReasonID | integer |
None. |
|
| UserActive | boolean |
None. |
|
| CountryID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "c49485cf-d365-4bbd-aa35-564cc2e7e95d",
"ListReasonID": 1,
"UserActive": true,
"CountryID": 1,
"UserUUIDCur": "26bea6d1-2cfc-41df-b585-2e1f34623edb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]