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

# Maak een ZAAKBESLUIT aan.

`POST /zaken/{zaak_uuid}/besluiten`

**LET OP: Dit endpoint hoor je als consumer niet zelf aan te spreken.**

De Besluiten API gebruikt dit endpoint om relaties te synchroniseren, daarom is dit endpoint in de Zaken API geimplementeerd.

**Er wordt gevalideerd op:**
- geldigheid URL naar de ZAAK

## Path parameters

- `zaak_uuid` string, uuid, required

## Headers

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

## Request body

- ZaakBesluit — 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)
  - `besluit` string, uri, required — URL-referentie naar het BESLUIT (in de Besluiten API), waar ook de relatieinformatie opgevraagd kan worden.

## Response `201`

Created

- ZaakBesluit — 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)
  - `besluit` string, uri, required — URL-referentie naar het BESLUIT (in de Besluiten API), waar ook de relatieinformatie opgevraagd kan worden.

## 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)
