POST api/AdminUserRights/SaveUserTypeUser
AdmSaveUserTypeUser
Request Information
URI Parameters
None.
Body Parameters
SaveUserTypeUserName | Description | Type | Additional information |
---|---|---|---|
UserTypeID | integer |
None. |
|
UserUUID | globally unique identifier |
None. |
|
UserTypeUserActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserTypeID": 1, "UserUUID": "3e4d4770-08bd-405d-a753-dedf37d0a94b", "UserTypeUserActive": true, "UserUUIDCur": "32c03d8e-f6d7-4f7e-b8ea-aa4861eebe25" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}