POST PlanCare2Api/PlanCareMessages/Message
Post a Message.
Request Information
URI Parameters
None.
Body Parameters
Message to send.
Message| Name | Description | Type | Additional information |
|---|---|---|---|
| To |
The addresses the message is sent to. |
Collection of MessageAddress |
Required |
| Cc |
Addresses that should receive a carbon copy of the message. |
Collection of MessageAddress |
None |
| Subject |
The subject of the message. |
string |
Required |
| Body |
The message body. |
string |
None |
| RequestReadConfirmation |
Set when the recipients should send a read confirmation, false when empty. |
boolean |
None |
| Client |
Optional: The Identity of the Client involved |
Identity |
None |
Request Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Response Information
Resource Description
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 |