POST api/DashBoard/SaveDashBoardSaveMessage
Request Information
URI Parameters
None.
Body Parameters
DashBoardSaveMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| HospitalLocationId | integer |
None. |
|
| FacilityId | integer |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
|
| EmployeeId | integer |
None. |
|
| Type | string |
None. |
|
| EncodedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HospitalLocationId": 1,
"FacilityId": 2,
"Subject": "sample string 3",
"Message": "sample string 4",
"EmployeeId": 5,
"Type": "sample string 6",
"EncodedBy": 7
}
application/xml, text/xml
Sample:
<DashBoardSaveMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MirecalWepApi.Models"> <EmployeeId>5</EmployeeId> <EncodedBy>7</EncodedBy> <FacilityId>2</FacilityId> <HospitalLocationId>1</HospitalLocationId> <Message>sample string 4</Message> <Subject>sample string 3</Subject> <Type>sample string 6</Type> </DashBoardSaveMessage>
application/x-www-form-urlencoded
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. |