亮色模式
报价单删除
POST
/v1/invoices/quotation/remove请求参数
Body 参数application/x-www-form-urlencoded
quotation_id
number
可选
报价单ID,可以从报价单列表接口[/v1/invoices/quotation/list]获得
quotation_no
string
报价单编号
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
now
string
必需
data
string
必需
示例
{
"code": 200,
"message": "success",
"now": "2018-07-02 20:06:37",
"data": "success"
}
最后修改时间: 3 个月前