关闭工单
POST
/open-api/workorder/close错误码 | 说明 |
---|---|
22301 | order_no非法,对应工单不存在 |
22303 | cc_list内的id:“LiMei”非法,对应员工不存在 |
22304 | staff_id非法,对应员工不存在 |
22305 | staff_id对应员工无处理本工单权限 |
22307 | 工单已关闭,不可操作 |
调用此接口需购买服务席位。 |
请求参数
Body 参数application/json
order_no
string
工单号
staff_id
string
必需
执行操作的staff_id
cc_list
array[string]
抄送人id列表
content
object
可选
text
string
必需
pic
array[string]
必需
is_show
integer
可选
attached_json
array [object {2}]
可选
type
string
必需
url
string
必需
示例
{
"order_no": "1446377590381088768",
"staff_id": "LiYang",
"handler_id": "LiHua",
"cc_list": [
"LiMei",
"ShaoKao"
],
"content": {
"text": "文字",
"pic": [
"url1",
"url2"
]
},
"attached_files": [
{
"type": "image",
"url": "www.xxx/aaa/bbb.png"
},
{
"type": "video",
"url": "www.xxx/aaa/bbb.mp4"
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"errcode": 0,
"errmsg": "ok"
}
最后修改时间: 9 个月前