{
"id": 3802,
"status": 2,
"number": "string",
"time": "string",
"department": "string",
"revenueAndExpenditureType": "1",
"summary": "string",
"income": 0,
"expenditure": 0,
"reimburser": "string",
"remark": "你猜",
"orderReceivableAmount": 0,
"orderReceivedAmount": 0,
"orderFinalPayment": 0,
"orderPayableAmount": 0,
"orderActualPayment": 0,
"orderPayableBalance": 0,
"comprehensiveProfit": 0,
"rejectRemark": "你猜",
"financeStatus": "1",
"incomeExpense": "string",
"financialSummary": "string",
"projectName": "string"
}curl --location --request PUT '/zk/erp-company-expenses/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3802,
"status": 2,
"number": "string",
"time": "string",
"department": "string",
"revenueAndExpenditureType": "1",
"summary": "string",
"income": 0,
"expenditure": 0,
"reimburser": "string",
"remark": "你猜",
"orderReceivableAmount": 0,
"orderReceivedAmount": 0,
"orderFinalPayment": 0,
"orderPayableAmount": 0,
"orderActualPayment": 0,
"orderPayableBalance": 0,
"comprehensiveProfit": 0,
"rejectRemark": "你猜",
"financeStatus": "1",
"incomeExpense": "string",
"financialSummary": "string",
"projectName": "string"
}'{
"code": 0,
"data": false,
"msg": ""
}