POST api/AdminUserRights/SaveListBlack
AdmSaveListBlack
Request Information
URI Parameters
None.
Body Parameters
SaveListBlackName | 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": "33f4c550-cbb4-4cf2-b267-836b7d918f46", "ListReasonID": 1, "ListBlackActive": true, "UserUUIDCur": "b4538d6e-6f6c-46e2-b7fa-b5f6b3561ecc" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}