Update case link

The section below describes how to call the PUT Case Link endpoint. This endpoint allows for updates to a case link.

How to use

To call the endpoint you will need to perform a HTTP PUT request to the URL:

On a successful update, the updated case link will be returned.

Example Request

{
  "id": "string",
  "caseId": "string",
  "linkedCaseId": "string",
  "linkTypeId": "string",
  "notes": "string",
  "active": true
}

Example Response

{
  "id": "string",
  "caseId": "string",
  "linkedCaseId": "string",
  "linkTypeId": "string",
  "notes": "string",
  "active": true,
  "creationDate": "2024-01-24T15:01:21.888Z",
  "lastUpdatedDate": "2024-01-24T15:01:21.888Z"
}

Language
Authorization
Header
Click Try It! to start a request and see the response here!