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": "b4b79498-df16-4c1b-94ab-020d62c165d8", "UserTypeUserActive": true, "UserUUIDCur": "37fe7b12-33dc-419f-987c-cd3ca417edc4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}