{
"customerId":469374418802752,
"fields":[
{
"alias":"lv-id",
"values":[
"9527"
]
}
]
}
curl --location --request POST '/api/v3/customer/update-by-id' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId":469374418802752,
"fields":[
{
"alias":"lv-id",
"values":[
"9527"
]
}
]
}'
{
"code": 0,
"message": "success",
"data": [
{
"code": 0,
"message": "success",
"salesId": 463370430165056,
"customerId": 456281803624448,
"qwUserId": "v_1",
"externalUserId": "wmvRo3DwAAqqJU-6ODQd-MBzC9ID-AiA"
}
]
}