添加商机
POST
/businesses请求参数
Body 参数application/json
title
string
商机名称
customer_id
integer
客户ID
amount
number
商机金额
may_deal_date
string
预计成交日期
business_status_id
integer
必需
商机状态ID,请在业务参数组里查看
content
string
备注
create_user_id
integer
添加者ID
importance
integer
重要性,1-5
win_rate
integer
赢单率
示例
{
"title": "string",
"customer_id": 0,
"amount": 0,
"may_deal_date": "string",
"business_status_id": 0,
"content": "string",
"create_user_id": 0,
"importance": 0,
"win_rate": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前