- Development guideline
- Authentication
- Leads
- Contents
- Events
- Table Structure
- Behaviors-NEW
- Others
Add Remarks
GET
/leads/open-api/create-leads-remarks
Request
Query Params
access_token
string
required
Example:
{{access_token}}
Body Params application/json
leads_id
array[string]
线索id
content
string
内容
pid
integer
父级id
rule
object
required
Email
string
邮箱
MobilePhone
string
手机号
Example
{
"content": "eu consectetur",
"pid": 22,
"leads_id": "73",
"rule":{
"Email":"ceshi@qq.com",
"MobilePhone":"13691011211"
},
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://openapi.beschannels.com/leads/open-api/create-leads-remarks?access_token=uURA1lnYsBr22I6UYoLZH0s9y3HU2Xsn7UHA4dIDgHPYHwZqTpWJr_GwfBokKNQZfF7rWgukJmjo_Jg9cNfN_4VO2lJpkhHOoOS9RA_MVi-x4nyJolWKNq3l8KhslWxk' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "eu consectetur",
"pid": 22,
"leads_id": "73",
"rule":{
"Email":"ceshi@qq.com",
"MobilePhone":"13691011211"
},
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"code": 0,
"msg": "成功",
"data": []
}
Modified at 2023-06-08 09:25:05