所有科目明细账
POST
https://v4.fenxi365.com/api/accountBook/details/all最后修改时间: 8 个月前
责任人: 未设置
DetailedAccounts 导出
请求参数
Body 参数application/json
accountSetsId
integer | null
可选
subjectId
integer | null
可选
currencyId
integer | null
可选
accountDate
string | null
可选
start
string | null
必需
end
string | null
必需
subjectStart
string | null
可选
subjectEnd
string | null
可选
levelStart
integer | null
可选
levelEnd
integer | null
可选
subjectCode
string | null
可选
showNumPrice
boolean | null
可选
默认值:
false
categoryType
enum<string> | enum<null>
可选
枚举值:
CUSTOMERVENDOREMPLOYEEDEPARTMENTORGANIZATIONPROJECTSTOCKSCASH_FLOWCUSTOMIZATION
categoryId
string | null
可选
detailId
integer | null
可选
auxiliary
boolean | null
可选
默认值:
false
detailIds
array[integer] | null
可选
subjectIds
array[integer] | null
必需
示例
{
"accountSetsId": 0,
"subjectId": 0,
"currencyId": 0,
"accountDate": "string",
"start": "string",
"end": "string",
"subjectStart": "string",
"subjectEnd": "string",
"levelStart": 0,
"levelEnd": 0,
"subjectCode": "string",
"showNumPrice": "false",
"categoryType": "CUSTOMER",
"categoryId": "string",
"detailId": 0,
"auxiliary": "false",
"detailIds": [
0
],
"subjectIds": [
0
]
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
data
#/definitions/94367363可选
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前