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": "1fe0a969-73cd-4194-a5a9-6daa5b559aa3",
"UserTypeUserActive": true,
"UserUUIDCur": "279e1db5-0268-4a2e-a689-f7f57d51afaf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}