分类字典新增
POST
/webtenant/system/classify/classifyDictAdd请求参数
Body 参数application/json
abbrName
string
可选
classifyId
integer <int32>
可选
classifyName
string
必需
classifyStatus
integer <int32>
必需
interior
boolean
可选
parentId
integer <int32>
必需
sort
integer <int32>
可选
示例
{
"abbrName": "string",
"classifyId": 0,
"classifyName": "string",
"classifyStatus": 0,
"interior": true,
"parentId": 0,
"sort": 0
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
额外字段
object
可选
示例
{
"property1": {},
"property2": {}
}
最后修改时间: 7 小时前