- j8
- j4
- 数据管理
- 组织管理
- c2
- 报修管理
- 报修设置
- 电话报修
- 工单池
- 报修待办
- 报修已办
- 报修回访
- 强制回单
- 房屋管理
- 费用管理
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
修改工单
PUT
/comm-c2-repairsetting/taskpool/task-list/modify
请求参数
Body 参数application/json
community_id
string
必需
默认值:
2023052267100146
repair_id
string
必需
默认值:
822025053099990009
repair_type
string
报修类型
默认值:
如:测试打印类型
repair_name
string
报修人
默认值:
赵子龙
tel
string
报修电话
默认值:
15262352623
appointment_time
string
预约时间
默认值:
2025-05-30 15:10:52
context
string
报修内容
默认值:
快处理
示例
{
"community_id": "2023052267100146",
"repair_id": "822025053099990009",
"repair_type": "如:测试打印类型",
"repair_name": "赵子龙",
"tel": "15262352623",
"appointment_time": "2025-05-30 15:10:52",
"context": "快处理"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/comm-c2-repairsetting/taskpool/task-list/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"community_id": "2023052267100146",
"repair_id": "822025053099990009",
"repair_type": "如:测试打印类型",
"repair_name": "赵子龙",
"tel": "15262352623",
"appointment_time": "2025-05-30 15:10:52",
"context": "快处理"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
>= -2147483648<= 2147483647
默认值:
10000
message
string
提示信息
默认值:
success
data
object (TaskListGetIdDTO)
数据对象
repair_id
string
工单编号
默认值:
822025053099990009
示例
{
"code": 10000,
"message": "success",
"data": {
"repair_id": "822025053099990009"
}
}
修改于 2025-06-11 08:52:52