[
{
"content": "原销售添加一条跟进记录1",
"createTime": "2022-04-01 07:39:23",
"customerId": 456281803624448,
"salesId": 417908157018176
},
{
"content": "原销售添加一条跟进记录2",
"createTime": "2022-04-03 07:39:23",
"customerId": 456281803624448,
"salesId": 417908157018176
},
{
"content": "原销售添加一条跟进记录3",
"createTime": "2022-04-02 07:39:23",
"customerId": 456281803624448,
"salesId": 417908157018176
}
]
curl --location --request POST '/api/v3/customer/follow/add-batch' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"content": "原销售添加一条跟进记录1",
"createTime": "2022-04-01 07:39:23",
"customerId": 456281803624448,
"salesId": 417908157018176
},
{
"content": "原销售添加一条跟进记录2",
"createTime": "2022-04-03 07:39:23",
"customerId": 456281803624448,
"salesId": 417908157018176
},
{
"content": "原销售添加一条跟进记录3",
"createTime": "2022-04-02 07:39:23",
"customerId": 456281803624448,
"salesId": 417908157018176
}
]'
{
"code": 0,
"message": "SUCCESS"
}