POST api/admin/ProductsApi/GetProductsOfBrand

Request Information

URI Parameters

None.

Body Parameters

ProductSearchByBrand
NameDescriptionTypeAdditional information
BrandID

integer

None.

SearchTitle

string

None.

ProductStatus

string

None.

BrandName

string

None.

CurrentPage

integer

None.

PerPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BrandID": 1,
  "SearchTitle": "sample string 2",
  "ProductStatus": "sample string 3",
  "BrandName": "sample string 4",
  "CurrentPage": 5,
  "PerPage": 6
}

application/xml, text/xml

Sample:
<ProductSearchByBrand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.SearchModel">
  <BrandID>1</BrandID>
  <BrandName>sample string 4</BrandName>
  <CurrentPage>5</CurrentPage>
  <PerPage>6</PerPage>
  <ProductStatus>sample string 3</ProductStatus>
  <SearchTitle>sample string 2</SearchTitle>
</ProductSearchByBrand>

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.