{
"id": 0,
"code": "string",
"name": "string",
"buildingId": 0,
"floorId": 0,
"roomId": 0,
"unit": "string",
"remarks": "string",
"initialValue": "0.0",
"multiple": 0,
"meterClassification": "ELECTRICITY_METER",
"meterType": "ORDINARY",
"measurementType": "ORDINARY",
"buildingServiceId": 0,
"floorServiceId": 0,
"roomServiceId": 0,
"leaseId": 0
}
curl --location --request POST 'http://test-cn.your-api-server.com/ene004/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"code": "string",
"name": "string",
"buildingId": 0,
"floorId": 0,
"roomId": 0,
"unit": "string",
"remarks": "string",
"initialValue": "0.0",
"multiple": 0,
"meterClassification": "ELECTRICITY_METER",
"meterType": "ORDINARY",
"measurementType": "ORDINARY",
"buildingServiceId": 0,
"floorServiceId": 0,
"roomServiceId": 0,
"leaseId": 0
}'
{
"code": 200,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}