Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"snCode": "string",
"recordType": "string",
"tdvomp": 0,
"ad": 0,
"initialTdvomp": "string",
"recentlyTdvomp": "string",
"mmdffad": "string",
"cmdTopic": "string",
"cmdData": "string",
"cmdStatus": "string",
"month": "string"
}
curl --location --request PUT 'http://localhost:8080/ess/station-demand-control-record' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"snCode": "string",
"recordType": "string",
"tdvomp": 0,
"ad": 0,
"initialTdvomp": "string",
"recentlyTdvomp": "string",
"mmdffad": "string",
"cmdTopic": "string",
"cmdData": "string",
"cmdStatus": "string",
"month": "string"
}'
{
"": {}
}