> For the complete documentation index, see [llms.txt](https://docs.altum.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altum.ai/verduurzamen/verduurzaming-api-v2/maatregelen-uitsluiten.md).

# Maatregelen uitsluiten

### Tabel van maatregelen om uit te sluiten

| Maatregelcode | Staat                       | Type                |
| ------------- | --------------------------- | ------------------- |
| 1002          | Matig                       | Muurisolatie        |
| 1003          | Goed                        | Muurisolatie        |
| 1004          | Zeer goed                   | Muurisolatie        |
| 2002          | Matig                       | Vloerisolatie       |
| 2003          | Goed                        | Vloerisolatie       |
| 2004          | Zeer goed                   | Vloerisolatie       |
| 3102          | Matig                       | Schuin dak isolatie |
| 3103          | Goed                        | Schuin dak isolatie |
| 3104          | Zeer goed                   | Schuin dak isolatie |
| 3202          | Matig                       | Plat dak isolatie   |
| 3203          | Goed                        | Plat dak isolatie   |
| 3204          | Zeer goed                   | Plat dak isolatie   |
| 4102          | Dubbel glas                 | Ramen woonkamer     |
| 4103          | HR++ glas                   | Ramen woonkamer     |
| 4104          | Drievoudig glas             | Ramen woonkamer     |
| 4202          | Dubbel glas                 | Ramen slaapkamer    |
| 4203          | HR++ glas                   | Ramen slaapkamer    |
| 4204          | Drievoudig glas             | Ramen slaapkamer    |
| 5004          | HR combi                    | Installatie         |
| 5005          | HR combi met zonneboiler    | Installatie         |
| 5006          | Elektrishe lucht-water WP   | Installatie         |
| 5008          | Hybride WP                  | Installatie         |
| 8002          | Mechanische afzuiging       | Ventilatie          |
| 8003          | Balansventilatie met wtw    | Ventilatie          |
| 8004          | Decentrale balansventilatie | Ventilatie          |

#### **Voorbeeld**

```
{
    "postcode": "2771DS",
    "housenumber": 87,
    "houseaddition": "",
    "exclude_measures": [2004,5006]
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altum.ai/verduurzamen/verduurzaming-api-v2/maatregelen-uitsluiten.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
