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": "74c8eeed-c72d-416b-ae91-01dc1bcbd0d4",
"ListReasonID": 1,
"ListGreyActive": true,
"UserUUIDCur": "9de4a595-7400-44fe-bb45-3bef9dfc509d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}