POST PlanCare2Api/ClientAttentions/ClientAttention

Create a new client attention.

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

Request Information

URI Parameters

None.

Body Parameters

The client attention to create.

ClientAttention
Name Description Type Additional information
ClientAttentionId

The Id of the attention

integer

-

ClientId

The Id of the client

integer

-

Description

The description of the attention

string

-

StartDate

The start date

date

-

EndDate

The end date

date

Nullable

CreatedByUsername

The name of the relation that created the attention

string

-

Request Formats

application/json, text/json

Sample:
{
  "ClientAttentionId": 1,
  "ClientId": 2,
  "Description": "sample string 3",
  "StartDate": "2026-05-26T21:11:10.8478196+02:00",
  "EndDate": "2026-05-26T21:11:10.8478196+02:00",
  "CreatedByUsername": "sample string 5"
}

application/xml, text/xml

Sample:
<ClientAttention xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface">
  <ClientAttentionId>1</ClientAttentionId>
  <ClientId>2</ClientId>
  <CreatedByUsername>sample string 5</CreatedByUsername>
  <Description>sample string 3</Description>
  <EndDate>2026-05-26T21:11:10.8478196+02:00</EndDate>
  <StartDate>2026-05-26T21:11:10.8478196+02:00</StartDate>
</ClientAttention>

Response Information

Resource Description

Returns the HttpResponseMessage which contains the saved client attention instance.

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-