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": "e10b9b63-71e1-47c7-8257-86b04c3a9065",
"ListReasonID": 1,
"ListBlackActive": true,
"UserUUIDCur": "135de369-81a4-4e8d-a172-9d21b527b2d2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}