批量更新日记账
PUT
https://v4.fenxi365.com/api/cashier/journal/batch最后修改时间: 8 个月前
责任人: 未设置
请求参数
Query 参数
type
string
可选
id
array[string]
可选
示例值:
[""]
Body 参数application/json
id
integer | null
可选
accountSetsId
integer | null
可选
type
enum<string> | enum<null>
现金/银行
枚举值:
现金银行存款
digest
string | null
可选
code
string | null
流水号
billNo
string | null
可选
serialNumber
string | null
序列号
serial
integer | null
序列
billDate
string | null
单据日期
accountId
integer | null
账户ID
ioTypeId
integer | null
收支类别
accountingCategoryId
integer | null
往来单位类别ID
accountingCategoryDetailsId
integer | null
往来单位id
projectCategoryId
integer | null
项目分类ID
projectCategoryDetailsId
integer | null
项目ID
deptCategoryId
integer | null
部门分类ID
deptCategoryDetailsId
integer | null
部门ID
subjectId
integer | null
对方科目ID
debit
number | null
借方
credit
number | null
贷方
balance
number | null
余额
voucherId
integer | null
关联凭证ID
init
boolean | null
可选
settlementTypeId
integer | null
可选
remark
string | null
可选
cashierTransferId
integer | null
可选
billList
array[object (FileInfo) {8}] | null
可选
name
string | null
可选
size
integer | null
可选
type
string | null
可选
url
string | null
可选
uid
string | null
可选
thumbUrl
string | null
可选
status
string | null
可选
date
string | null
可选
示例
{
"id": 0,
"accountSetsId": 0,
"type": "现金",
"digest": "string",
"code": "string",
"billNo": "string",
"serialNumber": "string",
"serial": 0,
"billDate": "string",
"accountId": 0,
"ioTypeId": 0,
"accountingCategoryId": 0,
"accountingCategoryDetailsId": 0,
"projectCategoryId": 0,
"projectCategoryDetailsId": 0,
"deptCategoryId": 0,
"deptCategoryDetailsId": 0,
"subjectId": 0,
"debit": 0,
"credit": 0,
"balance": 0,
"voucherId": 0,
"init": true,
"settlementTypeId": 0,
"remark": "string",
"cashierTransferId": 0,
"billList": [
{
"name": "string",
"size": 0,
"type": "string",
"url": "string",
"uid": "string",
"thumbUrl": "string",
"status": "string",
"date": "string"
}
]
}
返回响应
成功(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 个月前