创建会议室层级
标签:会议室层级
请求说明
字段 | 值 |
---|---|
请求地址 | https://openapi.wps.cn/v7/meeting_room_levels/create |
HTTP 方法 | POST |
接口描述 | 创建会议室层级 |
签名方式 | KSO-1 |
限频策略 | 无 |
权限要求 | 查询和管理会议室(应用授权) kso.meeting_rooms.readwrite |
请求体(Body)
请求体格式: application/json
没有可用的数据
请求体示例
json
{
"name": "string",
"parent_id": "string"
}
响应体(Response)
HTTP状态码: 200
响应体格式: application/json
没有可用的数据
响应体示例
json
{
"data": {
"has_child": true,
"id": "string",
"name": "string",
"parent_id": "string",
"path": [
"string"
]
},
"code": 0,
"msg": "string"
}