云客服-处理任务:请求说明
请求说明
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
Content-Type |
string |
True |
消息正文的类型为JSON |
2 |
access-token |
string |
True |
用户访问租间token,参见调用鉴权接口 |
序号 |
名称 |
参数类型 |
长度(字节) |
是否必选 |
说明 |
---|---|---|---|---|---|
1 |
taskId |
string |
20 |
True |
任务 id |
2 |
creatorId |
string |
20 |
True |
操作处理人 |
3 |
processInfo |
ProcessInfo |
- |
True |
处理信息,该对象的参数说明请参见表3 |