v1

latestOpenAPI 3.0.3MIT2026-07-17162044.6 KB
Case

Batch updates cases that match the query property

post/cases/batchUpdateQuery

Request body

querystring required

Cases matching this query will be updated. Must contain non-whitespace characters.

Example request

{
  "case": {
    "location": {
      "country": "GB"
    },
    "travelHistory": {
      "travel": [
        {
          "location": {
            "country": "CR",
            "administrativeAreaLevel1": "Any province in Costa Rica",
            "administrativeAreaLevel2": "Any canton in Costa Rica",
            "administrativeAreaLevel3": "Any district in Costa Rica",
            "place": "Boston Children's Hospital",
            "name": "Lyon, Auvergne-Rhône-Alpes, France"
          }
        }
      ]
    },
    "vaccines": [
      {
        "name": "AstraZeneca",
        "batch": "PV12345"
      }
    ]
  }
}

Response

OK

numModifiednumber required