批量更新日记账
PUT
https://v4.fenxi365.com/api/cashier/journal/batch
最后修改时间:2024-04-25 17:23:31
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://v4.fenxi365.com/api/cashier/journal/batch?type=&id=' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
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
可选
示例
返回响应
🟢200成功
application/json
Body
<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
可选
修改于 2024-04-25 17:23:31