POST stock/getStockPricefilter

Request Information

URI Parameters

None.

Body Parameters

StockPriceDetails
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StockPriceDetails'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.