POST api/AdminUserRights/SaveListBlack
AdmSaveListBlack
Request Information
URI Parameters
None.
Body Parameters
SaveListBlack| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ListReasonID | integer |
None. |
|
| ListBlackActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "03478dfd-3fce-4dde-9abc-c3af7095cba5",
"ListReasonID": 1,
"ListBlackActive": true,
"UserUUIDCur": "09794b27-4f44-4320-ad01-5054441f7e33"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}