POST api/admin/ProductsApi/GeneralSearchProductLevel0

Request Information

URI Parameters

None.

Body Parameters

ProductSearchLevel0
NameDescriptionTypeAdditional information
VendorID

integer

None.

BrandID

integer

None.

ProductID

integer

None.

StyleName

string

None.

Status

string

None.

SearchTitle

string

None.

CurrentPage

integer

None.

PerPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VendorID": 1,
  "BrandID": 2,
  "ProductID": 3,
  "StyleName": "sample string 4",
  "Status": "sample string 5",
  "SearchTitle": "sample string 6",
  "CurrentPage": 7,
  "PerPage": 8
}

application/xml, text/xml

Sample:
<ProductSearchLevel0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.SearchModel">
  <BrandID>2</BrandID>
  <CurrentPage>7</CurrentPage>
  <PerPage>8</PerPage>
  <ProductID>3</ProductID>
  <SearchTitle>sample string 6</SearchTitle>
  <Status>sample string 5</Status>
  <StyleName>sample string 4</StyleName>
  <VendorID>1</VendorID>
</ProductSearchLevel0>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.