{
"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"
}
],
"shield_strategy_id": "102001,103002"
}curl --location 'https://api.airudder.com/service/cloud/v2/plan' \
--header 'Authorization: Token 3Ksb9EkFDQHBhAbvYDTq4+pGGjNRAuLtPF9MMt9E97hX+OgLWTmeZtdGZyjR+YqU' \
--header 'Authorization: Token 3Ksb9EkFDQHBhAbvYDTq4+pGGjNRAuLtPF9MMt9E97hX+OgLWTmeZtdGZyjR+YqU' \
--header 'User-Agent: AIRUDDER' \
--header 'User-Agent: AIRUDDER' \
--header 'Content-Type: application/json' \
--data '{
"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"
}
],
"shield_strategy_id": "102001,103002"
}'{
"data": {
"TaskID": "string",
"PlanName": "string"
},
"status": "OK",
"code": 200
}