POST PlanCare2Api/ClientAttentions/{clientAttentionId}/ChangeOfClientAttention
Update a client attention.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientAttentionId | string |
None |
Body Parameters
ChangeOfClientAttention| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientAttentionId |
The Id of the attention. |
integer |
None |
| Description |
The description of the attention. |
string |
None |
| StartDate |
The start date. |
date |
None |
| EndDate |
The end date. |
date |
None |
Request Formats
application/json, text/json
Sample:
{
"ClientAttentionId": 1,
"Description": "sample string 2",
"StartDate": "2026-05-26T23:13:59.0255197+02:00",
"EndDate": "2026-05-26T23:13:59.0255197+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-26T23:13:59.0255197+02:00</EndDate> <StartDate>2026-05-26T23:13:59.0255197+02:00</StartDate> </ChangeOfClientAttention>
Response Information
Resource Description
Metadata of client attention.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |