{
"Strategy": "test_test_1",
"SIPLine": "LIVEDEMO_CH_SOFTPHONE_LINE",
"Perform": 1,
"PlanName": "my_plan_3",
"Date": "2022-11-17",
"Details": [
{
"Debtor": "smith",
"Mobile": "+8610086",
"LoanDate": "2022-05-24",
"DueDate": "2022-06-17",
"LoanAmount": 65,
"Arrears": 84,
"Unit": "occaecat",
"Platform": "AIRUDDER",
"Gender": "female",
"Comments": "cillum laboris quis culpa"
}
]
}
curl --location --request POST 'https://api.airudder.com/service/cloud/v2/plan' \
--header 'Authorization;' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"Strategy": "test_test_1",
"SIPLine": "LIVEDEMO_CH_SOFTPHONE_LINE",
"Perform": 1,
"PlanName": "my_plan_3",
"Date": "2022-11-17",
"Details": [
{
"Debtor": "smith",
"Mobile": "+8610086",
"LoanDate": "2022-05-24",
"DueDate": "2022-06-17",
"LoanAmount": 65,
"Arrears": 84,
"Unit": "occaecat",
"Platform": "AIRUDDER",
"Gender": "female",
"Comments": "cillum laboris quis culpa"
}
]
}'
{
"data": {
"TaskID": "ed517116f46bbe1ff93d29056a717522",
"detail_error_list": [],
"PlanName": "test-dnc-prod--true-003-plan "
},
"status": "OK",
"code": 200
}