---
title: "Maak een ZAAKEIGENSCHAP aan."
method: POST
path: "/zaken/{zaak_uuid}/zaakeigenschappen"
tags: ["zaken"]
---

# Maak een ZAAKEIGENSCHAP aan.

`POST /zaken/{zaak_uuid}/zaakeigenschappen`

Maak een ZAAKEIGENSCHAP aan.

**Er wordt gevalideerd op:**
- geldigheid `eigenschap` URL - de resource moet opgevraagd kunnen worden uit de Catalogi API en de vorm van een EIGENSCHAP hebben.
- de `eigenschap` moet bij het `ZAAK.zaaktype` horen

Als de `waarde` niet voldoet aan de specificatie zoals gedefinieerd in de Catalogi API, dan wordt de zaakeigenschap wel opgeslagen, maar krijg je een waarschuwing terug in de `X-Warning` header van de response.

## Path parameters

- `zaak_uuid` string, uuid, required

## Headers

- `Content-Type` 'application/json', required
- `X-NLX-Logrecord-ID` string
- `X-Audit-Toelichting` string

## Request body

- ZaakEigenschap — A type of `ModelSerializer` that uses hyperlinked relationships with compound keys instead of primary key relationships. Specifically: * A 'url' field is included instead of the 'id' field. * Relationships to other instances are hyperlinks, instead of primary keys. NOTE: this only works with DRF 3.1.0 and above.
  - `url` string, uri, required
  - `uuid` string, uuid, required — Unieke resource identifier (UUID4)
  - `zaak` string, uri, required
  - `eigenschap` string, uri, required — URL-referentie naar de EIGENSCHAP (in de Catalogi API).
  - `naam` string, required — De naam van de EIGENSCHAP (overgenomen uit de Catalogi API).
  - `waarde` string, required

## Response `201`

Created

- ZaakEigenschap — A type of `ModelSerializer` that uses hyperlinked relationships with compound keys instead of primary key relationships. Specifically: * A 'url' field is included instead of the 'id' field. * Relationships to other instances are hyperlinks, instead of primary keys. NOTE: this only works with DRF 3.1.0 and above.
  - `url` string, uri, required
  - `uuid` string, uuid, required — Unieke resource identifier (UUID4)
  - `zaak` string, uri, required
  - `eigenschap` string, uri, required — URL-referentie naar de EIGENSCHAP (in de Catalogi API).
  - `naam` string, required — De naam van de EIGENSCHAP (overgenomen uit de Catalogi API).
  - `waarde` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `406` — Not acceptable
- `409` — Conflict
- `410` — Gone
- `415` — Unsupported media type
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/vng-realisatie/apis/zaken-api.md) · [All operations](https://skmtc.net/vng-realisatie/apis/zaken-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vng-realisatie/zaken-api/revisions/e4bb3b85eb48/schema)
