POST api/Alerts/GetAlertNotes

Request Information

URI Parameters

None.

Body Parameters

alertComment
NameDescriptionTypeAdditional information
patientId

string

None.

reason

string

None.

requestType

string

None.

alertId

string

None.

userId

string

None.

comment

string

None.

Id

string

None.

userName

string

None.

commentType

string

None.

senderId

string

None.

targetId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "patientId": "sample string 1",
  "reason": "sample string 2",
  "requestType": "sample string 3",
  "alertId": "sample string 4",
  "userId": "sample string 5",
  "comment": "sample string 6",
  "Id": "sample string 7",
  "userName": "sample string 8",
  "commentType": "sample string 9",
  "senderId": "sample string 10",
  "targetId": "sample string 11"
}

application/xml, text/xml

Sample:
<alertComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models">
  <Id>sample string 7</Id>
  <alertId>sample string 4</alertId>
  <comment>sample string 6</comment>
  <commentType>sample string 9</commentType>
  <patientId>sample string 1</patientId>
  <reason>sample string 2</reason>
  <requestType>sample string 3</requestType>
  <senderId>sample string 10</senderId>
  <targetId>sample string 11</targetId>
  <userId>sample string 5</userId>
  <userName>sample string 8</userName>
</alertComment>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'alertComment'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.