从已呼客户列表重新添加到呼叫任务
POST
https://qiyukf.com/openapi/icoutcall/job/readdcustomer
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/icoutcall/job/readdcustomer?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotCallJobId": 1,
"customerPersonIds": [1919005, 1919006],
"lastCallRecord": true,
"searchWords": "12323424",
"customerGroupId": 1,
"resultStatuses": ["ANSWERED", "REFUSED"],
"intentLevels": ["A"],
"followStatus": "AI_INITIAL_VISIT",
"dialogFlowId": 2,
"earliestCreationTime" : "2018-07-25" ,
"latestCreationTime" : "2018-07-30"
}'
响应示例响应示例
{
"code": 200,
"message": "添加成功"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:31:24