{
"SIPLine": "ID_PHONE_HK_LINE",
"Strategy": "test-Strategy-1",
"Type": "promotion",
"Perform": 1,
"Date": "2023-03-31",
"PlanName": "test-apitest-1",
"Details": [
{
"Customer": "smith",
"Mobile": "+62123456789",
"Platform": "AIRUDDER",
"Comments": "Comments",
"Gender": "MALE",
"ExtraA": "test-ExtraA"
}
]
}
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 '{
"SIPLine": "ID_PHONE_HK_LINE",
"Strategy": "test-Strategy-1",
"Type": "promotion",
"Perform": 1,
"Date": "2023-03-31",
"PlanName": "test-apitest-1",
"Details": [
{
"Customer": "smith",
"Mobile": "+62123456789",
"Platform": "AIRUDDER",
"Comments": "Comments",
"Gender": "MALE",
"ExtraA": "test-ExtraA"
}
]
}'
{
"data": {
"TaskID": "ed517116f46bbe1ff93d29056a717522",
"detail_error_list": [],
"PlanName": "test-dnc-prod--true-003-plan "
},
"status": "OK",
"code": 200
}