POST api/AdminUserRights/SaveListGrey
AdmSaveListGrey
Request Information
URI Parameters
None.
Body Parameters
SaveListGrey| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ListReasonID | integer |
None. |
|
| ListGreyActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "613a77e4-cb80-4418-a5c2-cb5a476ee593",
"ListReasonID": 1,
"ListGreyActive": true,
"UserUUIDCur": "cb4b1c1a-99e2-48bc-b485-a229c7043f41"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}