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": "cb85fc81-f4db-4688-a0b7-90f88ddb3c52",
"ListReasonID": 1,
"ListWhiteActive": true,
"UserUUIDCur": "c5801e4a-91c3-4599-ad5f-64373698043e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}