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": "d67023b5-34ed-48a7-8d2a-6a8ca9319aeb",
"ListReasonID": 1,
"ListWhiteActive": true,
"UserUUIDCur": "59148267-0bb7-4172-ba26-f7992f7d59cf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}