---
title: "Object to a decision on a case"
method: POST
path: "/cases/{caseID}/object"
tags: ["Case"]
---

# Object to a decision on a case

`POST /cases/{caseID}/object`

Submit a objection to a decision of a case

## Path parameters

- `caseID` string, uuid, required — Identifier of a case

## Request body

- object
  - `data` CaseObject, required
    - `reason` string, required — Explanation for the objection

## Response `200`

Case submit response

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

## Other responses

- `400` — Invalid input supplied.
- `404` — Resource not found.
- `500` — Internal server error.

## Changes

> 15 revisions in range; 1 could not be searched.

- **2025-05-06** `01b2a1d2343f` — 1 info
  - endpoint added
- **2025-04-16** `73ada8f52635` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/minbzk/apis/regelrecht-engine-api/changes/cases/:caseID/object/post.md)

---

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