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": "ed28f937-cb9d-4aa5-88d0-520de4601284",
"ListReasonID": 1,
"ListBlackActive": true,
"UserUUIDCur": "0b7715e4-f168-4d25-885b-f9ca16f46124"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}