保存新的跟进记录
POST
https://micro-gfyx-api.b2btst.com/v1/oppty/report-follow/save
最后修改时间:2024-03-25 09:09:59
责任人:翁果
域名#
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
report_id
string
报备记录id
follow_type
integer
跟进方式
follow_status
integer
线索状态
follow_content
string
跟进内容
province
string
省份
province_code
string
省份code
city
string
城市
city_code
string
城市code
address
string
详细地址
images
array[string]
项目图片oss地址
示例
{
"report_id": "string",
"follow_type": 0,
"follow_status": 0,
"follow_content": "string",
"province": "string",
"province_code": "string",
"city": "string",
"city_code": "string",
"address": "string",
"images": [
"string"
]
}
返回响应
🟢200成功
application/json
Body
data
object
必需
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{"data":{},"error_code":0,"message":"操作成功","success":true}
修改于 2024-03-25 09:09:59