GET api/Pharmacy/GetMedicineCategory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseOfMedicineCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Status | integer |
None. |
|
| Result | MedicineCategory |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Message": "sample string 2",
"Status": 3,
"Result": {
"ID": 1,
"Name": "sample string 2",
"page_no": 3,
"data_per_page": 4,
"searchText": "sample string 5"
}
}
application/xml, text/xml
Sample:
<ResponseOfMedicineCategory6em6ifRX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ETelMed.Entity.Models.Common">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/ETelMed.Entity.AdminModels">
<d2p1:ID>1</d2p1:ID>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:data_per_page>4</d2p1:data_per_page>
<d2p1:page_no>3</d2p1:page_no>
<d2p1:searchText>sample string 5</d2p1:searchText>
</Result>
<Status>3</Status>
</ResponseOfMedicineCategory6em6ifRX>