Energylabel and Inner Surface Area

The proper format for the energy label and inner surface area input

Possible energy label inputs

['G', 'F', 'E', 'D', 'C', 'B', 'A', 'A+', 'A++', 'A+++', 'A++++']

Example request for updating the energy label in the API call

{
"postcode": "1234AB",
"housenumber": 1,
"energylabel": "C"
}

Possible inner surface area inputs

Inner surface area takes any non-negative number as a input

Example request for updating the inner surface area in the API call

{
"postcode": "1234AB",
"housenumber": 1,
"innersurfacearea": 123
}

Last updated