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": "2208acbf-fc3b-4d15-a829-75323f56b1d2",
"Search": "sample string 1",
"page": 1,
"TotalCount": 1,
"BranchId": "047ae4bb-7e1d-4961-81da-aad615f52a02",
"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>047ae4bb-7e1d-4961-81da-aad615f52a02</BranchId> <OnlyStockAvailableItems>true</OnlyStockAvailableItems> <Search>sample string 1</Search> <StockTypeId>3</StockTypeId> <StoreId>2208acbf-fc3b-4d15-a829-75323f56b1d2</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.