{
"taskCode": 2,
"salesIds": [
463352988837952
]
}
curl --location --request POST '/api/v3/sop-task/customer/list' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskCode": 2,
"salesIds": [
463352988837952
]
}'
{
"code": 0,
"message": "success",
"data": [
{
"corpid": "ww9c5530210a0d5116",
"salesId": 463352988837952,
"customerId": 450458062432320,
"isCustomer": 1,
"customerName": "Main"
},
{
"corpid": "ww9c5530210a0d5116",
"salesId": 463352988837952,
"customerId": 444785770924096,
"isCustomer": 1,
"customerName": "2021"
}
]
}