Write VPP energy prices
POST {{baseUrl}}/vppController/:siteId/energyPrices
Writes actual VPP price list that will be used for optimisation services.
Request Body
{"PricesJsonStr"=>{"blocks"=>[{"start"=>"<string>", "duration"=>"<number>", "price"=>"<number>"}, {"start"=>"<string>", "duration"=>"<number>", "price"=>"<number>"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"code":200,"message":"Energy price have been updated."}