{
"Strategy": "test-task-Strategy-ic",
"SIPLine": "CH_SOFTPHONE_HK_LINE",
"PlanName": "test-task-ic-01 ",
"Date": "2023-02-23",
"Type": "ic",
"Perform": 1,
"Details": [
{
"callee": "+86123456",
"platform": "AIRUDDDER",
"variables": {
"extra_a": "1234"
}
}
]
}
curl --location --request POST 'https://api.airudder.com/service/cloud/ic_plan' \
--header 'Authorization;' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"Strategy": "test-task-Strategy-ic",
"SIPLine": "CH_SOFTPHONE_HK_LINE",
"PlanName": "test-task-ic-01 ",
"Date": "2023-02-23",
"Type": "ic",
"Perform": 1,
"Details": [
{
"callee": "+86123456",
"platform": "AIRUDDDER",
"variables": {
"extra_a": "1234"
}
}
]
}'
{
"data": {
"TaskID": "59ed8b8371f19e7590a4ee30ba43c67d",
"detail_error_list": [],
"PlanName": "test-postman-ic-dnc-true-prod-5 "
},
"status": "OK",
"code": 200
}