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": "线路限制地内"
}
]
}