PUT CMUserLevel
Updates the UserLevel
Request Information
URI Parameters
None.
Body Parameters
UserLevelModel| Name | Type | Description | Additional information |
|---|---|---|---|
| LevelID | integer |
None. |
|
| LevelName | string |
None. |
|
| ExternalGroupId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LevelID": 1,
"LevelName": "sample string 2",
"ExternalGroupId": "sample string 3"
}
application/xml, text/xml
Sample:
<UserLevelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.App.Models"> <ExternalGroupId>sample string 3</ExternalGroupId> <LevelID>1</LevelID> <LevelName>sample string 2</LevelName> </UserLevelModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserLevelModel| Name | Type | Description | Additional information |
|---|---|---|---|
| LevelID | integer |
None. |
|
| LevelName | string |
None. |
|
| ExternalGroupId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"LevelID": 1,
"LevelName": "sample string 2",
"ExternalGroupId": "sample string 3"
}
application/xml, text/xml
Sample:
<UserLevelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.App.Models"> <ExternalGroupId>sample string 3</ExternalGroupId> <LevelID>1</LevelID> <LevelName>sample string 2</LevelName> </UserLevelModel>