Add profile to campaign

https://documenter.getpostman.com/view/17474604/2sA3JM61j5#6f165e2c-b166-44eb-ad7d-6776a10b4e1d

Example Request

Body

{
    "campaign_id": 25,
    "listProfile": [
        {
            "uuid": "2816a6d2-fds",
            "name": "test"
        },
        {
            "uuid": "2816a6d2-fds",
            "name": ""
        }
    ],
    "isUpdateToScheduleRunning": true, // Thêm profiles mới vào schedule đang chạy, available on version 4.0.24-1712+
    "user_uuid": "9b7d8ee9-13b2-43bc-be8a-4cd5b14645dc" //use get user uuid api to get user_uuid. If you are using version 4.0.24-1712+ then you do not need to use this field
}

Example Response


{
   //content
}

Last updated