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": "9355c911-fc3a-423e-9985-310d9c306091",
"ListReasonID": 1,
"UserActive": true,
"CountryID": 1,
"UserUUIDCur": "906e425f-4587-49ec-830b-ff1fb2842398"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]