中台
  1. 锁定状态
中台
  • 规范
  • 项目管理
    • 锁定状态
      • 锁定
        POST
      • 提交版本
        POST
      • 取消锁定
        POST
      • 初始化单体下专业
        POST
      • 更新项目信息
        POST
      • 更新项目扩展信息
        POST
      • 更新单体信息
        POST
      • 更新单体扩展信息
        POST
      • 添加单体
        POST
      • 添加文件版本(文件上传成功后调用)
        POST
      • 添加单体扩展信息
        POST
      • 项目详情
        POST
      • 项目扩展信息
        POST
      • 单体列表
        POST
      • 专业列表
        POST
      • 文件版本列表
        POST
      • 删除单体
        POST
    • 普通状态
      • 项目列表(带分页)
      • 项目详情
      • 单体列表
      • 项目下拉筛选项
      • 专业列表
      • 批量检查是否处于编辑状态
    • 创建项目
      POST
  • 模型管理
    • 单体下属文件列表
      POST
    • 模型详情
      POST
    • 批量删除文件或文件夹
      POST
    • 轻量化
      POST
  • 存储管理
    • 分片上传
      • 获取分片上传凭证
      • 检查分片是否存在
      • 检查分片是否存在v2
      • 文件分片上传
      • 合并分片
    • 下载
      • 单文件下载
      • 批量下载
    • 普通上传
      POST
    • 检查文件是否存在
      GET
    • 秒传
      POST
  • 任务管理
    • 任务列表
    • 任务取消
    • 任务重试
    • 更新任务读取状态
  • 能力服务
    • 模型对比-SZ-IFC
      • 模型对比-SZ-IFC
      • 开启IFC模型对比任务
      • 查询IFC模型对比任务结果
    • 轻量化展示
      • 轻量化展示
      • 获取obv-token
    • 图纸识别
      • 图纸识别
      • 识图识别任务开启
      • 识图识别结果查询
    • 图模匹配
      • 图模匹配
      • 开启图模匹配任务
      • 图模匹配任务结果查询
    • 空间计算
      • 空间计算
      • 查询空间树
      • 查询构件树
      • 查询机电系统树
      • 根据空间查构件
      • 根据构件查属性
    • 模型对比-Revit
      • 模型对比-Revit
      • 开启Revit模型对比任务
      • 查询Revit模型对比任务信息
      • 查询Revit模型对比结果
    • 项目维度统计查询
      • 项目维度统计查询
      • 项目聚合列表
      • 项目编码列表
      • 获取子文件夹树
      • 获取子文件列表
      • 项目版本列表
    • 模型维度统计查询
      • 模型维度统计查询
      • 按类型获取模型数量
      • 按周期获取模型数量
      • 按专业获取统计模型
      • 按单体获取模型列表
    • 单体维度统计查询
      • 单体维度统计查询
      • 根据项目ID获取单体
    • 能力列表
    • 能力接口列表
    • 模型文件Hash存储
    • 模型文件Hash查询
  1. 锁定状态

更新项目信息

POST
/dms_symbol_sz/api/bim/version/edit/updateProject
编辑项目基本信息

请求参数

Body 参数application/json
id
string 
项目ID
必需
name
string 
项目名称
必需
示例
{"id":"58ed74f959a74783b2c071326fb77c1a","name":"wyb-001"}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/dms_symbol_sz/api/bim/version/edit/updateProject' \
--header 'Content-Type: application/json' \
--data-raw '{"id":"58ed74f959a74783b2c071326fb77c1a","name":"wyb-001"}'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
errmsg
string 
必需
data
object 
必需
id
string 
必需
projectId
null 
必需
orgId
null 
必需
name
string 
必需
address
null 
必需
provinceId
null 
必需
cityId
null 
必需
areaId
null 
必需
longitude
null 
必需
latitude
null 
必需
imageUrl
null 
必需
description
null 
必需
deleteFlag
null 
必需
createUser
null 
必需
createTime
null 
必需
updateUser
null 
必需
updateTime
null 
必需
version
integer 
必需
projectVersion
null 
必需
provinceName
null 
必需
cityName
null 
必需
areaName
null 
必需
logoUrl
null 
必需
hotLine
null 
必需
space
null 
必需
director
null 
必需
status
null 
必需
expirationDate
null 
必需
structureType
null 
必需
basicForm
null 
必需
buildingOccupancy
null 
必需
buildingScale
null 
必需
developmentUnit
null 
必需
reviewUnit
null 
必需
designUnit
null 
必需
surveyUnit
null 
必需
platform
null 
必需
importance
null 
必需
dmsRootFolder
null 
必需
productId
null 
必需
allowPerson
null 
必需
projectCategory
null 
必需
phaseInfo
null 
必需
projectInfoExpand
null 
必需
pageSize
integer 
必需
pageNum
integer 
必需
sourceScene
null 
必需
sourceWorkflow
null 
必需
changeDetail
null 
必需
changeDetailBean
null 
必需
loadTime
null 
必需
示例
{
    "code": 0,
    "errmsg": "成功",
    "data": {
        "id": "58ed74f959a74783b2c071326fb77c1a",
        "projectId": null,
        "name": "wyb-001"
    }
}
修改于 2023-09-10 09:18:51
上一页
初始化单体下专业
下一页
更新项目扩展信息
Built with