更新项目信息
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