纷析云财务软件API
  1. 日记账
纷析云财务软件API
资金
  • 应用
  • 用户
  • 总帐
  • 资金
  • 资产
  • 发票
  • 薪资
  • 设置
  • 资金打印
    • 资金打印
      POST
    • 所有资金打印
      POST
    • 转账记录
      GET
  • 资金账户
    • 资金账户列表
      GET
    • 新增资金账户
      POST
    • 删除资金账户
      DELETE
  • 资金类型
    • 资金类型列表
      GET
    • 新增资金类型
      POST
    • 删除资金类型
      DELETE
    • 资金类型模板列表
      GET
    • 新增资金类型模板
      POST
    • 删除资金类型模板
      DELETE
  • 日记账
    • 日记账列表
      POST
    • 账户合计金额
      POST
    • 新增日记账
      POST
    • 生成日记账凭证
      POST
    • 加载日记账ByID
      GET
    • 更新日记账
      PUT
    • 删除日记账
      DELETE
    • 批量删除日记账
      DELETE
    • 批量更新日记账
      PUT
    • 下载日记账
      POST
    • 下载模板
      GET
    • 导入
      POST
    • 日记账协议类型
      GET
  • 资金报表
    • 账户汇总
    • 账户盘点
    • 资金类型 汇总
  • 资金转账
    • 转账列表
    • 转账
    • 更新转账
    • 删除
    • 批量删除
  1. 日记账

批量更新日记账

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 '{
    "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"
        }
    ]
}'
响应示例响应示例
{
  "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 
可选
上一页
批量删除日记账
下一页
下载日记账
Built with