删除凭证
POST
https://v4.fenxi365.com/api/voucher/delete最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
array of:
id
integer
必需
accountSetsId
integer
必需
word
string
必需
code
integer
必需
remark
string
必需
receiptNum
integer
必需
createMember
integer
必需
createDate
string
必需
debitAmount
integer
必需
creditAmount
integer
必需
year
integer
必需
month
integer
必需
yearMonth
string
必需
voucherDate
string
必需
auditMemberId
integer
必需
auditDate
string
必需
billList
array [object {8}]
必需
name
string
可选
size
integer
可选
type
string
可选
url
string
可选
uid
string
可选
thumbUrl
string
可选
status
string
可选
date
string
可选
locked
boolean
必需
checkTplId
integer
必需
reverseVoucherId
integer
必需
carryForward
boolean
必需
示例
[
{
"id": 0,
"accountSetsId": 0,
"word": "string",
"code": 0,
"remark": "string",
"receiptNum": 0,
"createMember": 0,
"createDate": "string",
"debitAmount": 0,
"creditAmount": 0,
"year": 0,
"month": 0,
"yearMonth": "string",
"voucherDate": "string",
"auditMemberId": 0,
"auditDate": "string",
"billList": [
{
"name": "string",
"size": 0,
"type": "string",
"url": "string",
"uid": "string",
"thumbUrl": "string",
"status": "string",
"date": "string"
}
],
"locked": true,
"checkTplId": 0,
"reverseVoucherId": 0,
"carryForward": true
}
]
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
<p>****************************************************************************</p>
<p><b>Copyright © 2010-2019纷析云(杭州)科技有限公司All Rights Reserved<b></p>
<ul style="margin:15px;">
<li>Description : 统一返回请求结果</li>
<li>Version : 1.0</li>
<li>Creation : 2019年11月18日</li>
<li>@author : ____′↘夏悸</li>
</ul>
<p>****************************************************************************</p>
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前