POST stock/getStockPricefilter
Request Information
URI Parameters
None.
Body Parameters
StockPriceDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| StockId | integer |
None. |
|
| PriceListId | integer |
None. |
|
| SearchString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StockId": 1,
"PriceListId": 2,
"SearchString": "sample string 3"
}
text/html
Sample:
{"StockId":1,"PriceListId":2,"SearchString":"sample string 3"}
application/xml, text/xml
Sample:
<StockPriceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Stock"> <PriceListId>2</PriceListId> <SearchString>sample string 3</SearchString> <StockId>1</StockId> </StockPriceDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.