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": "6a67eaeb-1715-4ce9-9d1b-7b7af5e273da",
"ListReasonID": 1,
"UserActive": true,
"CountryID": 1,
"UserUUIDCur": "cfbc2cc9-887a-4326-b142-fe7d095a511b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]