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": "18ccb91f-a2ac-4bb3-b0fa-d73af598c23a",
"ListReasonID": 1,
"ListGreyActive": true,
"UserUUIDCur": "ee5e1e37-6383-4643-9684-d8f9cf2f190e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}