POST api/Process/GetMedicines
Request Information
URI Parameters
None.
Body Parameters
DTOGetMedicinesParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreId | globally unique identifier |
None. |
|
| Search | string |
None. |
|
| page | integer |
None. |
|
| TotalCount | integer |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| onlyMedicines | boolean |
None. |
|
| StockTypeId | integer |
None. |
|
| itemtype | string |
None. |
|
| OnlyStockAvailableItems | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreId": "ccb86f8a-2951-4002-9ea8-7daeed9f013d",
"Search": "sample string 1",
"page": 1,
"TotalCount": 1,
"BranchId": "e94bb6fe-30fd-4cbd-aa18-1c4c875de365",
"onlyMedicines": true,
"StockTypeId": 3,
"itemtype": "sample string 4",
"OnlyStockAvailableItems": true
}
application/xml, text/xml
Sample:
<DTOGetMedicinesParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HajjAppPortal.BAL.DTOModels"> <BranchId>e94bb6fe-30fd-4cbd-aa18-1c4c875de365</BranchId> <OnlyStockAvailableItems>true</OnlyStockAvailableItems> <Search>sample string 1</Search> <StockTypeId>3</StockTypeId> <StoreId>ccb86f8a-2951-4002-9ea8-7daeed9f013d</StoreId> <TotalCount>1</TotalCount> <itemtype>sample string 4</itemtype> <onlyMedicines>true</onlyMedicines> <page>1</page> </DTOGetMedicinesParameters>
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.