POST CMUserLevel?UserLevelName={UserLevelName}&externalGroupId={externalGroupId}
Creates a new UserLevel
Request Information
URI Parameters
Name | Type | Description | Additional information |
---|---|---|---|
UserLevelName | string | ||
externalGroupId | string |
Body Parameters
None.
Response Information
Resource Description
UserLevelModelName | 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>