云客服-处理任务:消息样例

时间:2024-09-24 14:46:25

消息样例

场景描述:处理任务状态。

URL:https:// 域名 /service/AICC__Case/1.0.0/openapi/task/process

  • 请求头:
{
 "Content-Type": "application/json",
 "access-token": "0000000000************7bm63KsRmEztTvyA="
}
  • 请求体:
{
    "taskId": "ccqG0000014iXvGKONQO",
    "processInfo": {
        "type": "Iternal",
        "title": "test0707",
        "description": "test0707"
    },
    "creatorId":"10gg00000148QvgpaLAm"
}
  • 响应头:
{ "connection": "keep-alive",
 "Content-Length": "16",
"Content-Type": "application/json%3Bcharset=UTF-8"}
  • 响应参数:
{"resCode": "0","resMsg": "成功"}
support.huaweicloud.com/api-ccfs-cec/cec_07_3422.html