---
title: "Create or update one or multiple entities."
method: POST
path: "/cases/push"
tags: ["Case Controller"]
---

# Create or update one or multiple entities.

`POST /cases/push`

A uuid will be generated for any entity that doesn't have one yet. Posting entities without uuid multiple times will also create them multiple times.

## Response `207`

Array of responses, matching the posted array of entities. Provides an HTML status code for every entity and an optional body (e.g. a string with an error message).

- PostResponse[]
  - `body` object
  - `statusCode` integer

## Other responses

- `default` — When the request body has one or no entry. The status code of the response entry matches the response code and may have an optional body (e.g. a string with an error message).

## Changes

> 58 revisions in range; 4 could not be searched.

- **2026-08-10** `42e61a1a705c` — 3 breaking
  - removed the enum value `MENINGOENCEPHALITIS` of the request property `items/symptoms/clinicalManifestation`
  - removed the enum value `ORCHITIS` of the request property `items/symptoms/clinicalManifestation`
  - removed the enum value `PAROTID_SWELLING` of the request property `items/symptoms/clinicalManifestation`
- **2026-07-31** `e777756d4099` — 14 info
  - added the new optional request property `items/epiData/clusterIdentifier`
  - added the new optional request property `items/symptoms/noComplications`
  - added the new optional request property `items/symptoms/orchitis`
  - added the new optional request property `items/symptoms/otherGeneralSymptoms`
  - …10 more
- **2026-07-30** `2fcf2b3dfea9` — 2 info
  - added the new optional request property `items/reportingExcluded`
  - added the new `MUMPS` enum value to the request property `items/disease`
- **2026-07-30** `7bd7fce3471f` — 1 info
  - added the new optional request property `items/healthConditions/highIronLevel`
- **2026-07-30** `e171ccbb3458` — 1 info
  - added the new optional request property `items/diseaseSpecies`

[Full history](https://skmtc.dev/sormas-foundation/apis/sormas-rest-api/changes/cases/push/post.md)

---

[API](https://skmtc.dev/sormas-foundation/apis/sormas-rest-api.md) · [All operations](https://skmtc.dev/sormas-foundation/apis/sormas-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sormas-foundation/sormas-rest-api/revisions/de257737a948/schema)
