更新单体信息
POST
/dms_symbol_sz/api/bim/version/edit/updateBuilding
请求参数
Body 参数application/json
id
string
单体唯一标识
name
string
单体名称
projectId
string
项目唯一标识
示例
{
"id": "string",
"name": "string",
"projectId": "string"
}
示例代码
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/updateBuilding' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"projectId": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
errmsg
string
必需
data
object
必需
id
string
必需
parentId
null
必需
name
string
必需
oldName
null
必需
createUser
null
必需
createTime
null
必需
updateUserId
null
必需
updateTime
null
必需
updateUser
null
必需
createUserId
null
必需
customAttributes
null
必需
type
integer
必需
locked
null
必需
title
null
必需
hidden
null
必需
description
null
必需
permission
null
必需
folderType
null
必需
version
null
必需
deleteFlag
null
必需
sort
null
必需
leaf
null
必需
lockedBy
null
必需
fileType
null
必需
contentType
null
必需
submitFlag
null
必需
relateFlag
null
必需
level
null
必需
relationId
null
必需
relationType
null
必需
annotateScene
null
必需
annotateType
null
必需
handledNum
null
必需
totalNum
null
必需
stageKey
null
必需
majorList
null
必需
fileName
string
必需
children
null
必需
convertStatus
null
必需
fileDetail
null
必需
projectId
string
必需
withChildren
string
必需
withExpand
null
必需
withFileDetail
null
必需
opDetail
null
必需
changeCount
null
必需
resourceExpand
null
必需
onlyHistory
null
必需
rootLevel
null
必需
sourceScene
null
必需
sourceWorkflow
null
必需
loadTime
null
必需
示例
{
"code": 0,
"errmsg": "成功",
"data": {
"id": "f8ae113f13c147af86afb642f989c3cb",
"parentId": null,
"name": "www"
}
}
修改于 2023-09-10 09:06:46