v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
CAD Events

Updating Active Events

Creates or updates each provided event in the same manner as /v3/cad/events, then closes any open events not provided in the request

post/cad/events/active

Request body

Example request

{
  "events": [
    {
      "involvedPersons": [
        {
          "dateOfBirth": "2017-01-20"
        }
      ]
    }
  ]
}

Response

Success

Example response

{
  "events": [
    {
      "involvedPersons": [
        {
          "dateOfBirth": "2017-01-20"
        }
      ]
    }
  ]
}