POST api/AdminUserRights/GetListGrey
AdmGetListGrey
Request Information
URI Parameters
None.
Body Parameters
GetListGrey| 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": "f99e8fc5-dd49-4e6e-a470-3e67f1cd860c",
"ListReasonID": 1,
"UserActive": true,
"CountryID": 1,
"UserUUIDCur": "ec3036e3-8199-4d85-95af-0870d470f802"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]