POST api/AdminUserRights/SaveUserTypeUser
AdmSaveUserTypeUser
Request Information
URI Parameters
None.
Body Parameters
SaveUserTypeUser| Name | 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": "fdb1e5d3-9f5b-4d4b-b1d4-320692a7eee9",
"UserTypeUserActive": true,
"UserUUIDCur": "4c211776-a3c1-4239-8c5e-1f9d110dfcd8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}