Inner and Outer Surface Area
The proper format for the energy label and inner surface area input
Example request for updating the inner surface area in the API call
{
"postcode": "1234AB",
"housenumber": 1,
"innersurfacearea": 123
}Example request for updating the outer surface area in the API call
{
"postcode": "1234AB",
"housenumber": 1,
"outersurfacearea": 250
}Last updated