POST PlanCare2Api/ClientAttentions/{clientAttentionId}/ChangeOfClientAttention

Update a client attention.

Requires 'Edit' permission for function ClientCardAttentions {FAA36ED6-B77F-47D0-8725-3FF990BB295A}

Request Information

URI Parameters

Name Description Type Additional information
clientAttentionId

string

-

Body Parameters

ChangeOfClientAttention
Name Description Type Additional information
ClientAttentionId

The Id of the attention.

integer

-

Description

The description of the attention.

string

-

StartDate

The start date.

date

-

EndDate

The end date.

date

Nullable

Request Formats

application/json, text/json

Sample:
{
  "ClientAttentionId": 1,
  "Description": "sample string 2",
  "StartDate": "2026-05-26T22:08:50.7355177+02:00",
  "EndDate": "2026-05-26T22:08:50.7355177+02:00"
}

application/xml, text/xml

Sample:
<ChangeOfClientAttention xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface">
  <ClientAttentionId>1</ClientAttentionId>
  <Description>sample string 2</Description>
  <EndDate>2026-05-26T22:08:50.7355177+02:00</EndDate>
  <StartDate>2026-05-26T22:08:50.7355177+02:00</StartDate>
</ChangeOfClientAttention>

Response Information

Resource Description

Metadata of client attention.

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-