POST api/AdminUserRights/SaveListGrey

AdmSaveListGrey

Request Information

URI Parameters

None.

Body Parameters

SaveListGrey
NameDescriptionTypeAdditional 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": "042bbcb2-1fe1-438c-9cfc-e3b57a86db5b",
  "ListReasonID": 1,
  "ListGreyActive": true,
  "UserUUIDCur": "c95bdf4a-3382-4c04-9c8f-42316b85e5e0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}