向外呼任务中导入客户
POST
https://qiyukf.com/openapi/icoutcall/job/importcustomer
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/icoutcall/job/importcustomer?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotCallJobId": 28,
"customerPersons": [{
"name": "test",
"phoneNumber": "11111111111",
"gender": "MALE",
"properties": {
"欠款金额": "10.13",
"最后还款日期": "2018年10月3日"
}
}
]
}'
响应示例响应示例
{
"code": 200,
"message": "部分导入失败",
"data": [
{
"phoneNumber": "18283748928",
"errorMsg": "线路限制地内"
}
]
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:31:18