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": "56008a2e-d6bf-4c77-90cc-4a935aad7d6d",
"ListReasonID": 1,
"ListBlackActive": true,
"UserUUIDCur": "58e2b369-965f-4c4b-bb84-7096af72c5da"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}