Authorization: ********************{
"id": 0,
"tenantId": "string",
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string",
"dataVersion": 0,
"deleteFlag": 0,
"remark": "string",
"userId": "string",
"mobile": "string",
"userType": 0,
"transactionType": 0,
"beanBefore": 0,
"beanAfter": 0,
"beanCost": 0,
"cashCost": 0,
"orderNo": "string",
"businessType": 0,
"businessId": 0,
"description": "string"
}curl --location --request PUT '/management/bean-transaction-records/modifyBeanTransactionRecords' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"tenantId": "string",
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string",
"dataVersion": 0,
"deleteFlag": 0,
"remark": "string",
"userId": "string",
"mobile": "string",
"userType": 0,
"transactionType": 0,
"beanBefore": 0,
"beanAfter": 0,
"beanCost": 0,
"cashCost": 0,
"orderNo": "string",
"businessType": 0,
"businessId": 0,
"description": "string"
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}