Increasing energy costs
How to use the API to adjust the calculations based on current or expected energy costs for gas and electricity.
Making use of Custom Costs
Code query example for overwriting the standard values for Gas and Electricity costs
{
"data": {
"max_investment": 60000,
"post_code": "2771DS",
"house_number": "87",
"target_label": "A",
"custom_costs":[
{"code":2,"value":1.79808},
{"code":3,"value":2.31534},
{"code":4,"value":0.45455},
{"code":5,"value":0.56027}]
}
}Last updated