- TOKEN授权认证
- Api对接
- Api对接流程图--必看
- 基础信息设置
- 巡检记录上传
- 数据获取
- 工单影像数据
- 2.12 转换成bim点位GET
- 页面集成
- App融合方案
2.3 项目/建筑/楼层删除接口
测试环境
测试环境
DELETE
https://test.vsleem.com/api
请求参数
Body 参数application/json
type
integer
类别
projectId
string
第三方系统项目id
>= 1 字符<= 32 字符
示例值:
01cbe1ee22940d0a4f7dd7d19b40d7f1
buildId
string
第三方系统建筑id
>= 1 字符<= 32 字符
示例值:
01cbe1ee22940d0a4f7dd7d19b40d7f1
floorId
string
第三方系统楼层id
>= 1 字符<= 32 字符
示例值:
9add39529be04eb798b92abdc80fe1a0
cadId
string
第三方系统cad图纸id
>= 1 字符<= 32 字符
示例值:
521779eb164548c78cae276ee1446a00
authorizationCode
string
必需
默认值:
{{{{authorizationCode}}}}
示例值:
dc4e7cf8721042fb920edd86f3bc28b4
示例
{
"authorizationCode": "{{authorizationCode}}",
"projectId": "{{2.1-projectId}}",
"sign": "{{sign}}",
"type": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://test.vsleem.com/api/third/patrol/preDelete' \
--header 'Content-Type: application/json' \
--data-raw '{
"authorizationCode": "authorizationCode",
"projectId": "",
"sign": "{{sign}}",
"type":1
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
示例
{
"code": 200,
"msg": "成功"
}
修改于 2025-04-30 06:52:37