下载日记账
POST
https://v4.fenxi365.com/api/cashier/journal/download/{accountId:\d+}最后修改时间: 8 个月前
责任人: 未设置
请求参数
Path 参数
accountId
string
必需
Query 参数
pageSize
integer
可选
size
integer
可选
page
integer
可选
property
string
可选
order
string
可选
Body 参数application/json
builder
object (BooleanBuilder)
可选
predicate
object (Predicate)
可选
start
string | null
可选
end
string | null
可选
示例
{
"builder": {
"predicate": {}
},
"start": "string",
"end": "string"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array[number]
可选
示例
[
0
]
最后修改时间: 8 个月前