POST api/AdminUserRights/GetListBlack
AdmGetListBlack
Request Information
URI Parameters
None.
Body Parameters
GetListBlack| 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": "8c3b41e8-7cdb-4b98-b821-6f9d3c86e547",
"ListReasonID": 1,
"UserActive": true,
"CountryID": 1,
"UserUUIDCur": "d184eed9-824c-4ff7-8123-dcd70d7fa11c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]