修改工单
POST
/open-api/workorder/update错误码 | 说明 |
---|---|
22301 | order_no非法,对应工单不存在 |
22304 | staff_id非法,对应员工不存在 |
22305 | staff_id对应员工无处理本工单权限 |
22311 | component_type为select,checked,radio或selectMultiple时,必须填写values |
22312 | component_type为input或textarea时,必须填写value |
22316 | values非法,不在选项中 |
22318 | component_record_id非法 |
调用此接口需购买服务席位。 |
请求参数
Body 参数application/json
content
#/definitions/2878549自定义表单组
title
string
工单标题
order_no
string
工单号
staff_id
string
修改工单的员工id
component_records
array [object {3}]
自定义表单组件列表
value
string
可选
如果组件为input则值填在value里
values
object
可选
如果组件类型不是input则将值填在values里
component_record_id
integer
必需
对应工单的组件记录id,通过获取工单详情获取
示例
{
"order_no": "velit culpa",
"content": {
"text": "ut in est",
"pic": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
]
},
"title": "每下深",
"component_records": [
{
"component_id": "18",
"component_type": "reprehenderit culpa est",
"value": "sed nostrud deserunt"
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 9 个月前