POST api/Alert/AddAlert
Request Information
URI Parameters
None.
Body Parameters
PatientAlerts| Name | Description | Type | Additional information |
|---|---|---|---|
| AlertID | string |
None. |
|
| PatientID | string |
None. |
|
| CaregiverID | string |
None. |
|
| AlertTpe | string |
None. |
|
| AlertMessage | string |
None. |
|
| Notes | string |
None. |
|
| ParentID | string |
None. |
|
| Status | string |
None. |
|
| Type | string |
None. |
|
| Condition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AlertID": "sample string 1",
"PatientID": "sample string 2",
"CaregiverID": "sample string 3",
"AlertTpe": "sample string 4",
"AlertMessage": "sample string 5",
"Notes": "sample string 6",
"ParentID": "sample string 7",
"Status": "sample string 8",
"Type": "sample string 9",
"Condition": "sample string 10"
}
application/xml, text/xml
Sample:
<PatientAlerts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.Caregiver"> <AlertID>sample string 1</AlertID> <AlertMessage>sample string 5</AlertMessage> <AlertTpe>sample string 4</AlertTpe> <CaregiverID>sample string 3</CaregiverID> <Condition>sample string 10</Condition> <Notes>sample string 6</Notes> <ParentID>sample string 7</ParentID> <PatientID>sample string 2</PatientID> <Status>sample string 8</Status> <Type>sample string 9</Type> </PatientAlerts>
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. |