GET api/VidmedPharmacy/GetPrescribedDrugs?fromDate={fromDate}&toDate={toDate}&pharmaId={pharmaId}&tenantId={tenantId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate | date |
Required |
|
| toDate | date |
Required |
|
| pharmaId | integer |
Required |
|
| tenantId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultData| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"Data": {}
}
text/html
Sample:
{"Message":"sample string 1","Status":true,"Data":{}}
application/xml, text/xml
Sample:
<ResultData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models"> <Data /> <Message>sample string 1</Message> <Status>true</Status> </ResultData>