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": "b324d8e3-74c8-4b11-9763-b793c92bb0ac",
"UserTypeUserActive": true,
"UserUUIDCur": "a0ed77d9-5ec8-404c-9b42-ef7a34cae61c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}