POST api/GetProductnew

Documentation for 'GetProductv2'.

Request Information

Parameters

NameDescriptionAdditional information
prodfiltermodel
Documentation for 'prodfiltermodel'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "LocationId": 2,
  "CategoryId": 3,
  "SubCategoryId": 4,
  "BrandId": 5,
  "keyword": "sample string 6",
  "ProductTypeId": 7,
  "VendorId": 8,
  "ProductId": 9
}

text/xml

Sample:
<ProductFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bazaarHub2_Client_Api.Models">
  <BrandId>5</BrandId>
  <CategoryId>3</CategoryId>
  <LocationId>2</LocationId>
  <PageNumber>1</PageNumber>
  <ProductId>9</ProductId>
  <ProductTypeId>7</ProductTypeId>
  <SubCategoryId>4</SubCategoryId>
  <VendorId>8</VendorId>
  <keyword>sample string 6</keyword>
</ProductFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.