book报表时间排序下载
POST
https://v4.fenxi365.com/api/report/export/book/timeSeries/download
最后修改时间:2024-04-25 08:54:04
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/report/export/book/timeSeries/download' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": "string",
"end": "string",
"word": "string",
"createMember": 0,
"accountSetsId": 0,
"summary": "string",
"subjectId": "string",
"amountStart": 0,
"amountEnd": 0,
"codeStart": 0,
"codeEnd": 0,
"sort": "string"
}'
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/json