---
title: "Save visits"
method: POST
path: "/visits-external"
tags: ["External Visits Controller"]
---

# Save visits

`POST /visits-external`

Upload visits with all symptom and disease related data to SORMAS.

## 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-06-19** `07a68b56826c` — 1 info
  - added the new optional request property `items/symptoms/wateryDiarrhea`
- **2026-06-04** `be74155f01cb` — 4 info
  - added the new optional request property `items/symptoms/bloodyDiarrhea`
  - added the new optional request property `items/symptoms/haemolyticUremicSyndrome`
  - added the new optional request property `items/symptoms/tenesmus`
  - added the new `SHIGELLOSIS` enum value to the request property `items/disease`
- **2026-05-13** `a2e49593b571` — 6 info
  - added the new optional request property `items/symptoms/abdominalCramps`
  - added the new optional request property `items/symptoms/coughingAtNight`
  - added the new optional request property `items/symptoms/coughingAttacks`
  - added the new optional request property `items/symptoms/flatulence`
  - …2 more
- **2026-05-13** `ecb25b0812f3` — 1 breaking
  - removed the enum value `SHIGELLOSIS` of the request property `items/disease`
- **2026-05-11** `a4d6c0ecfc78` — 1 info
  - added the new `SHIGELLOSIS` enum value to the request property `items/disease`

[Full history](https://skmtc.dev/sormas-foundation/apis/sormas-rest-api/changes/visits-external/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.dev/sormas-foundation/apis/sormas-rest-api/revisions/2575d05505e4?raw)
