{
"taskName": "",
"sceneId": "",
"executeType": 1,
"concurrency": 1,
"maxAttempts": 2,
"attemptInterval": 5,
"callerList": [
{
"phoneNumber": "",
"phonePrefix": ""
}
],
"calleeList": [
{
"calleePhone": "",
"variableParams": [
{
"key": "",
"value": ""
}
]
}
],
"executeStartTime": "2022-12-25 16:30:00",
"executeEndTime": "2022-12-25 17:30:00"
}
curl --location --request POST '/outcall/task/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskName": "",
"sceneId": "",
"executeType": 1,
"concurrency": 1,
"maxAttempts": 2,
"attemptInterval": 5,
"callerList": [
{
"phoneNumber": "",
"phonePrefix": ""
}
],
"calleeList": [
{
"calleePhone": "",
"variableParams": [
{
"key": "",
"value": ""
}
]
}
],
"executeStartTime": "2022-12-25 16:30:00",
"executeEndTime": "2022-12-25 17:30:00"
}'
{
"code": 0,
"message": "",
"data": {
"taskId": "",
"failPhoneItem": [
{
"Index": 0,
"Phone": ""
}
]
}
}