---
title: "POST /case"
method: POST
path: "/case"
tags: ["Case"]
---

# POST /case

`POST /case`

Submit a case

## Request body

- object
  - `data` CaseSubmit, required — Case
    - `bsn` string, required — Burgerservicenummer of a Dutch citizen
    - `service` string, required — Specify the service that needs to be executed
    - `law` string, required — Specify the law that needs to be executed
    - `parameters` unknown, required
    - `claimedResult` unknown, required
    - `approvedClaimsOnly` boolean, required
    - `effective_date` string, date — The date on which the case, when accepted, should become effective. Defaults to the moment of acceptance.

## Response `201`

Case submit response

- object
  - `data` string, uuid, required — Identifier of a case

## Other responses

- `400` — Invalid input supplied.
- `500` — Internal server error.

---

[API](https://skmtc.dev/minbzk/apis/regelrecht-engine-api.md) · [All operations](https://skmtc.dev/minbzk/apis/regelrecht-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minbzk/regelrecht-engine-api/revisions/dd8f1496c9bc/schema)
