To edit leads informartion
Request
Body Params application/json
must select mobilephone or email
0=Add/Edit, 1=Edit ,2=Add
{
"MobilePhone": "188040471059",
"FullName": "aaa",
"Company": "张三",
"Street": "",
"LeadOwner": "",
"IsLead": "",
"Email": "",
"anonymous_id": "6ac241aaa0d6a666a091557a78826dd7",
"user_id":"{{user_id}}"
}
Request samples
curl --location -g --request POST 'https://openapi.beschannels.com/leads/open-api/edit-leads?access_token=uURA1lnYsBr22I6UYoLZH0s9y3HU2Xsn7UHA4dIDgHPYHwZqTpWJr_GwfBokKNQZfF7rWgukJmjo_Jg9cNfN_4VO2lJpkhHOoOS9RA_MVi-x4nyJolWKNq3l8KhslWxk' \
--header 'Content-Type: application/json' \
--data-raw '{
"MobilePhone": "188040471059",
"FullName": "aaa",
"Company": "张三",
"Street": "",
"LeadOwner": "",
"IsLead": "",
"Email": "",
"anonymous_id": "6ac241aaa0d6a666a091557a78826dd7",
"user_id":"userf1ef25f6e1d77c2915fec65aa635acf9"
}'
Responses
application/json {
"code": 0,
"msg": "ok"
}
Modified at 2023-06-08 09:23:22