PUT api/Prescription/ProposeInteractionChange
Request Information
URI Parameters
None.
Body Parameters
ChangeDrugsInteractionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| response_id | string |
None. |
|
| answer | string |
None. |
|
| score | integer |
None. |
|
| patient_external_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"response_id": "sample string 1",
"answer": "sample string 2",
"score": 3,
"patient_external_id": "sample string 4"
}
application/xml, text/xml
Sample:
<ChangeDrugsInteractionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eDoktor.BLL.WebService.DrugsInteractionServices.Models"> <Answer>sample string 2</Answer> <PatientExternalId>sample string 4</PatientExternalId> <ResponseId>sample string 1</ResponseId> <Score>3</Score> </ChangeDrugsInteractionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.