明细账
GET
https://v4.fenxi365.com/api/accountBook/details
最后修改时间:2024-04-29 02:14:51
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://v4.fenxi365.com/api/accountBook/details?subjectId=492644535977968136¤cyId=433722807319433217&accountDate=&start=2024年04期&end=2024年04期&subjectStart=&subjectEnd=&levelStart=1&levelEnd=4&subjectCode=1000&showNumPrice=false&categoryType=&categoryId=&detailId=&auxiliary=&detailIds=&subjectIds='
响应示例响应示例
200 - 明细账 - 成功示例
{
"success": true,
"code": 200,
"msg": "",
"data": [
{
"subjectName": "1000 辅助科目",
"subjectSortName": "辅助科目",
"subjectCode": "1000",
"balanceDirection": "平",
"summary": "期初余额",
"debitAmount": 0,
"creditAmount": 0,
"balance": 0,
"num": "",
"price": 0,
"voucherDate": "2024-04-01",
"summaryRow": false,
"creditNum": "",
"debitNum": "",
"creditPrice": 0,
"debitPrice": 0,
"year": 2024,
"month": 4
},
{
"subjectName": "1000 辅助科目",
"subjectSortName": "辅助科目",
"balanceDirection": "平",
"summary": "本期合计",
"balance": 0,
"num": "",
"price": 0,
"voucherDate": "2024-04-30",
"summaryRow": true,
"creditNum": "",
"debitNum": "",
"creditPrice": 0,
"debitPrice": 0,
"year": 2024,
"month": 4
},
{
"subjectName": "1000 辅助科目",
"subjectSortName": "辅助科目",
"balanceDirection": "平",
"summary": "本年累计",
"debitAmount": 0,
"creditAmount": 0,
"balance": 0,
"num": "",
"price": 0,
"voucherDate": "2024-04-30",
"summaryRow": true,
"creditNum": "",
"debitNum": "",
"creditPrice": 0,
"debitPrice": 0,
"year": 2024,
"month": 4
}
]
}
请求参数
Query 参数
subjectId
integer
科目id
示例值:
492644535977968136
currencyId
integer
货币id
示例值:
433722807319433217
accountDate
string
账户日期
start
string
起始年月
示例值:
2024年04期
end
string
结束年月
示例值:
2024年04期
subjectStart
string
起始科目
subjectEnd
string
结束科目
levelStart
integer
科目级别
示例值:
1
levelEnd
integer
科目级别
示例值:
4
subjectCode
string
科目编码
示例值:
1000
showNumPrice
string
是否显示价格
示例值:
false
categoryType
string
可选
VENDOR :VENDOR
EMPLOYEE :EMPLOYEE
DEPARTMENT :DEPARTMENT
ORGANIZATION :ORGANIZATION
PROJECT :PROJECT
STOCKS :STOCKS
CASH_FLOW :CASH_FLOW
CUSTOMIZATION :CUSTOMIZATION
categoryId
string
类别id
detailId
integer
详情id
auxiliary
boolean
是否辅助
detailIds
array[string]
详情id数组
subjectIds
array[string]
科目id数组
示例值:
[""]
返回响应
修改于 2024-04-29 02:14:51