亮色模式
商机删除接口
POST
/v1/opportunity/remove异常码 | 异常消息 | 异常解决方案 |
---|---|---|
404 | Not Found Resource | 检查opportunity_id传递是否不正确 |
400 | Invalid query | 检查opportunity_id传递是否为空 |
请求参数
Query 参数
opportunity_id
integer
必需
商机ID 值来自于/v1/opportunity/list 商机列表接口
示例值:
5203694883
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
now
string
必需
data
string
必需
示例
{
"code": 200,
"message": "success",
"now": "2025-03-07 17:06:22",
"data": "success"
}
最后修改时间: 3 个月前