{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"year": 0,
"budgetName": "string",
"deptId": "string",
"deptName": "string",
"categoryIds": "string",
"status": "string",
"note": "string",
"changeTime": "2019-08-24T14:15:22Z",
"budgetYearCollectId": 0,
"userId": "string",
"userName": "string",
"budgetInputStatus": "string",
"budgetInputType": "string",
"budgetSubmitProcessStatus": "string",
"procInstId": "string",
"procInstNum": "string",
"inquireType": 0,
"budgetTasksId": 0,
"budgetSubmitUserId": 0
}
curl --location --request POST 'http://localhost:8027/budget/budgetPlatform/superadditionBudgetInput' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"year": 0,
"budgetName": "string",
"deptId": "string",
"deptName": "string",
"categoryIds": "string",
"status": "string",
"note": "string",
"changeTime": "2019-08-24T14:15:22Z",
"budgetYearCollectId": 0,
"userId": "string",
"userName": "string",
"budgetInputStatus": "string",
"budgetInputType": "string",
"budgetSubmitProcessStatus": "string",
"procInstId": "string",
"procInstNum": "string",
"inquireType": 0,
"budgetTasksId": 0,
"budgetSubmitUserId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}