POST api/AdminUserRights/SaveListGrey
AdmSaveListGrey
Request Information
URI Parameters
None.
Body Parameters
SaveListGreyName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
ListReasonID | integer |
None. |
|
ListGreyActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "3ec3c271-84f0-4d0b-b3c6-0cd4f546c6f4", "ListReasonID": 1, "ListGreyActive": true, "UserUUIDCur": "abfc6ad6-478f-4d42-9752-2d1fbc347019" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}