{
"btId": 0,
"status": "string",
"year": 0,
"deptId": "string",
"deptName": "string",
"applicantId": "string",
"applicantName": "string",
"details": [
{
"parentId": 0,
"childId": 0,
"budget": [
0
]
}
]
}
curl --location --request PUT 'http://localhost:8027/budget/budgetWeb/saveBudgetMaking' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"btId": 0,
"status": "string",
"year": 0,
"deptId": "string",
"deptName": "string",
"applicantId": "string",
"applicantName": "string",
"details": [
{
"parentId": 0,
"childId": 0,
"budget": [
0
]
}
]
}'
{
"code": 0,
"msg": "string",
"result": {},
"msgType": "string"
}