POST api/AdminUserRights/SaveListWhite
AdmSaveListWhite
Request Information
URI Parameters
None.
Body Parameters
SaveListWhite| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ListReasonID | integer |
None. |
|
| ListWhiteActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "0a1d4905-152c-46af-ac6e-fe0d74a83d90",
"ListReasonID": 1,
"ListWhiteActive": true,
"UserUUIDCur": "b39807d8-efbb-4977-98a0-ab6c88986175"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}