POST PlanCare2Api/ClientAttentions/ClientAttention
Create a new client attention.
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 |
None |
| ClientId |
The Id of the client |
integer |
None |
| Description |
The description of the attention |
string |
None |
| StartDate |
The start date |
date |
None |
| EndDate |
The end date |
date |
None |
| CreatedByUsername |
The name of the relation that created the attention |
string |
None |
Request Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Response Information
Resource Description
Returns the HttpResponseMessage which contains the saved client attention instance.
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 |