{
"id": 0,
"approvalStatus": "string",
"deptId": 0,
"incomeType": "string",
"paymentDate": "2019-08-24T14:15:22Z",
"receivedAmount": 0,
"payee": "string",
"financialConfirmationDate": "2019-08-24",
"remark": "string",
"procInstId": "string",
"startTime": "string",
"endTime": "string",
"userId": 0,
"createTime": "2019-08-24T14:15:22Z",
"createBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"incomeTypeId": 0
}
curl --location --request PUT 'http://localhost:8081/fim/ofRevenueWithoutTickets' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"approvalStatus": "string",
"deptId": 0,
"incomeType": "string",
"paymentDate": "2019-08-24T14:15:22Z",
"receivedAmount": 0,
"payee": "string",
"financialConfirmationDate": "2019-08-24",
"remark": "string",
"procInstId": "string",
"startTime": "string",
"endTime": "string",
"userId": 0,
"createTime": "2019-08-24T14:15:22Z",
"createBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"incomeTypeId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}