- j8
- 巡检管理
- 巡检明细
- 巡检项目选项管理
- 巡检项目
- 巡检计划
- 巡检点
- 巡检路线
- 巡检路线巡检点
- 巡检任务
- 房产管理(业委会)
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- 停车管理
- 房产管理(发票抬头、发票)
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
新增巡检路线巡检点
POST
/j8-patrolmgt/route/addpointlist-routepointrel
巡检路线巡检点
请求参数
Body 参数application/json
array of:
inspectionId
string
巡检点id
示例值:
132025051679800030
inspectionRouteId
string
巡检路线id
示例值:
502025052939550000
statusCd
string
巡检点状态
示例值:
0
示例
[
{
"inspectionId": 132025051679800030,
"inspectionRouteId": 502025052939550000,
"statusCd": 0
}
]
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/j8-patrolmgt/route/addpointlist-routepointrel' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"inspectionId": 132025051679800030,
"inspectionRouteId": 502025052939550000,
"statusCd": 0
}
]'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
array[string]
数据对象
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": [
"string"
],
"message": "提示消息内容"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-13 13:47:32