JSON格式
Name | Type | Read-only | Comment |
---|---|---|---|
id | integer | yes | 任务ID,由系统自动分配 |
name | string | no | 任务名称 |
phone | string | no | 电话号码 |
assignee_id | integer | no | 客服 ID |
voice_mission_id | integer | no | 任务分类 ID |
user_id | integer | no | 用户 ID |
ticket_id | integer | yes | 工单 ID |
num | integer | yes | 外呼次数 |
status | string | yes | 任务状态:未呼叫(10)、未接通(20)、已通话(30) |
created_at | string | yes | 任务创建时间 |
JSON 示例
{ "id": 1001514, "voice_mission_id": 1000013, "phone": "18008045055", "name": "xiaoxiao3", "assignee_id": 744, "user_id": 1311, "status": 10, "num": 0, "ticket_id": null, "created_at": "2017-11-17 16:29:34"}