PUT api/DictonaryGroup/UpdateDictonaryGroup
Update DictonaryGroup Description
Request Information
URI Parameters
None.
Body Parameters
DictonaryGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| DictonaryGroupId | integer |
None. |
|
| Description | string |
None. |
|
| SysName | string |
None. |
|
| IsPublic | boolean |
None. |
|
| IsSystem | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"dictonaryGroupId": 1,
"description": "sample string 2",
"sysName": "sample string 3",
"isPublic": true,
"isSystem": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.