POST api/AdminUserRights/GetUserType
AdmGetUserType
Request Information
URI Parameters
None.
Body Parameters
GetUserTypeName | Description | Type | Additional information |
---|---|---|---|
UserTypeID | integer |
None. |
|
UserTypeActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserTypeID": 1, "UserTypeActive": true, "UserUUIDCur": "3c2ac8c0-7658-43b6-a015-f1efb0016813" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]