put https://api.w2globaldata.com/cases/links/
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:
URL | API Version |
---|---|
https://api.w2globaldata.com/cases/links/ | 1.5+ |
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"
}