Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"demandType": "string",
"controlType": "string",
"demandControl": "string",
"minSoc": "string",
"maxSoc": "string",
"cdEff": "string",
"transCapacity": "string",
"installedPower": "string",
"installedCapacity": "string"
}
curl --location --request PUT 'http://localhost:8080/ess/demandControlProject' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"demandType": "string",
"controlType": "string",
"demandControl": "string",
"minSoc": "string",
"maxSoc": "string",
"cdEff": "string",
"transCapacity": "string",
"installedPower": "string",
"installedCapacity": "string"
}'
{
"": {}
}