book报表时间排序下载
POST
https://v4.fenxi365.com/api/report/export/book/timeSeries/download最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
start
string | null
可选
end
string | null
可选
word
string | null
可选
createMember
integer | null
可选
accountSetsId
integer | null
可选
summary
string | null
可选
subjectId
string | null
可选
amountStart
number | null
可选
amountEnd
number | null
可选
codeStart
integer | null
可选
codeEnd
integer | null
可选
sort
string | null
可选
示例
{
"start": "string",
"end": "string",
"word": "string",
"createMember": 0,
"accountSetsId": 0,
"summary": "string",
"subjectId": "string",
"amountStart": 0,
"amountEnd": 0,
"codeStart": 0,
"codeEnd": 0,
"sort": "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
可选
data
array[object (AbTimeSeriesVo) {18}]
可选
voucherDate
string
必需
voucherId
string
必需
word
string
必需
summary
string
必需
userName
string
必需
auditName
string
必需
subjectName
string
必需
subjectCode
string
必需
subjectId
string
必需
debitAmount
integer
必需
debitAmountFor
integer
必需
creditAmount
integer
必需
creditAmountFor
integer
必需
num
integer
必需
debitNum
integer
必需
creditNum
integer
必需
receiptNum
integer
必需
remark
string
必需
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前