重新打开工单回调
POST
/{{接收回调的地址}}请求参数
Body 参数application/json
id
string
必需
消息id(uuid格式)
corp_id
string
企业id
create_time
number
消息创建时间
type
string
消息类型
event
string
事件类型
status
string
事件变更状态
retry_count
integer
重试次数
msg_data
object
必需
order_no
string
工单号
staff_id
string
操作人
cc_list
array[string]
可选
抄送staff_idid列表
content
#/definitions/2878549可选
is_show
integer
客户是否可见
attached_json
#/definitions/4135335附件
示例
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"corp_id": "1704174310933890049",
"create_time": 1640244967.924,
"type": "event",
"event": "work_order_change",
"status": "reopen",
"msg_data": {
"order_no": "1446377590381088768",
"staff_id": "LiYang"
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 3 年前