{
"beginYear": 0,
"beginMonth": 0,
"endYear": 0,
"endMonth": 0,
"deptIdMap": {
"property1": 0,
"property2": 0
},
"categoryIds": "string",
"title": "string",
"amountLower": 0,
"amountUpper": 0,
"finishDate": "string",
"finishDatePlusOneDay": "string",
"page": 0,
"size": 0,
"offset": 0,
"whereSql": "string"
}
curl --location --head 'http://localhost:8027/budget/budgetWeb/exportBudgetMakingList' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginYear": 0,
"beginMonth": 0,
"endYear": 0,
"endMonth": 0,
"deptIdMap": {
"property1": 0,
"property2": 0
},
"categoryIds": "string",
"title": "string",
"amountLower": 0,
"amountUpper": 0,
"finishDate": "string",
"finishDatePlusOneDay": "string",
"page": 0,
"size": 0,
"offset": 0,
"whereSql": "string"
}'
{}