资产明细列表
GET
https://v4.fenxi365.com/api/assets/detail/{assetsId:\d+}最后修改时间: 8 个月前
责任人: 未设置
请求参数
Path 参数
assetsId
string
资产id
返回响应
成功(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
必需
code
integer
必需
msg
string
必需
data
array [object {19}]
必需
id
integer
可选
accountSetsId
integer
可选
voucherId
integer
可选
voucherTitle
string
可选
checkDate
string
可选
digest
string
可选
originalDebit
integer
可选
originalCredit
integer
可选
originalBalance
integer
可选
depreciationDebit
integer
可选
depreciationCredit
integer
可选
depreciationBalance
integer
可选
impairmentDebit
integer
可选
impairmentCredit
integer
可选
impairmentBalance
integer
可选
useState
string
可选
deptName
string
可选
deptId
integer
可选
netValue
integer
可选
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前