{
"id": 0,
"createTime": "string",
"updateTime": "string",
"updateVersion": "1",
"createUserId": "1",
"updateUserId": "1",
"tenantId": 0,
"merchantId": 0,
"deviceId": 0,
"deviceTypeId": 0,
"brandId": 0,
"totalAmount": 0,
"brandlcon": "string",
"latestYield": 0,
"yieldType": "normal",
"deviceNumber": "string",
"deviceName": "string",
"rrcCurrency": "string",
"rrcPerUnitAmount": 0,
"rrcQuantity": 0,
"rrcTotalAmount": 0,
"cashFlowError": "public static final BigDecimal ZERO;"
}
curl --location --request POST 'http://gateway249.kiwismart.top/app/merchant/deviceIncome/addDeviceIncome' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"createTime": "string",
"updateTime": "string",
"updateVersion": "1",
"createUserId": "1",
"updateUserId": "1",
"tenantId": 0,
"merchantId": 0,
"deviceId": 0,
"deviceTypeId": 0,
"brandId": 0,
"totalAmount": 0,
"brandlcon": "string",
"latestYield": 0,
"yieldType": "normal",
"deviceNumber": "string",
"deviceName": "string",
"rrcCurrency": "string",
"rrcPerUnitAmount": 0,
"rrcQuantity": 0,
"rrcTotalAmount": 0,
"cashFlowError": "public static final BigDecimal ZERO;"
}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"createTime": "",
"updateTime": "",
"updateVersion": 0,
"createUserId": 0,
"updateUserId": 0,
"tenantId": 0,
"merchantId": 0,
"deviceId": 0,
"deviceTypeId": 0,
"brandId": 0,
"totalAmount": 0.0,
"brandlcon": "",
"latestYield": 0.0,
"yieldType": "",
"deviceNumber": "",
"deviceName": "",
"rrcCurrency": "",
"rrcPerUnitAmount": 0.0,
"rrcQuantity": 0,
"rrcTotalAmount": 0.0,
"cashFlowError": 0.0
}
}