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": "267366db-c8b2-41f9-b483-27dbd0cfb2e8",
"ListReasonID": 1,
"ListGreyActive": true,
"UserUUIDCur": "caa52177-687a-455f-8308-a1dfa8569710"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}