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": "21eb450d-995e-411d-a5c2-24db330291a2",
"Search": "sample string 1",
"page": 1,
"TotalCount": 1,
"BranchId": "a00104ea-021f-44d9-9b1a-33dc4b926c1c",
"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>a00104ea-021f-44d9-9b1a-33dc4b926c1c</BranchId> <OnlyStockAvailableItems>true</OnlyStockAvailableItems> <Search>sample string 1</Search> <StockTypeId>3</StockTypeId> <StoreId>21eb450d-995e-411d-a5c2-24db330291a2</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.