{
"phone": "19805518516",
"customerRelations": [
{
"customerId": 39,
"salesId": 93,
"finalRelation": false
}
],
"cooperationSalesIds":[1111,2222,3333]
}
curl --location --request POST '/api/v3/customer/merge' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "19805518516",
"customerRelations": [
{
"customerId": 39,
"salesId": 93,
"finalRelation": false
}
],
"cooperationSalesIds":[1111,2222,3333]
}'
{
"code": 0,
"message": "string"
}