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

- **2026-07-28** `bd9d5fd9bada` — 1 info
  - added the new `YERSINIOSIS` enum value to the request property `items/disease`
- **2026-07-28** `466b14ae6e00` — 6 info
  - added the new optional request property `items/epiData/contactWithSexWorker`
  - added the new optional request property `items/epiData/motherCitizenship`
  - added the new optional request property `items/epiData/motherCountryOfBirth`
  - added the new optional request property `items/epiData/probableRouteOfTransmission`
  - …2 more
- **2026-07-23** `414e0763493c` — 24 info
  - added the new optional request property `items/symptoms/arthralgia`
  - added the new optional request property `items/symptoms/bonyAbnormalities`
  - added the new optional request property `items/symptoms/centralNervousSystemDamage`
  - added the new optional request property `items/symptoms/chancre`
  - …20 more
- **2026-07-22** `beb75f723271` — 12 info
  - added the new optional request property `items/healthConditions/hivPrep`
  - added the new optional request property `items/healthConditions/hivStatus`
  - added the new optional request property `items/healthConditions/mentalHealthDisorder`
  - added the new optional request property `items/healthConditions/stiProphylaxis`
  - …8 more
- **2026-07-17** `a9d18e50a43f` — 1 info
  - added the new `SYPHILIS` enum value to the request property `items/disease`

[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/bd9d5fd9bada/schema)
