POST api/BAWApi/SearchProductBaw

Request Information

URI Parameters

None.

Body Parameters

SearchProduct
NameDescriptionTypeAdditional information
Gender

string

None.

Fabric

string

None.

FabricWeight

string

None.

Categories

string

None.

Colors

string

None.

BrandName

string

None.

Size

string

None.

SortBy

string

None.

SearchText

string

None.

CurrentPage

integer

None.

PerPage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Gender": "sample string 1",
  "Fabric": "sample string 2",
  "FabricWeight": "sample string 3",
  "Categories": "sample string 4",
  "Colors": "sample string 5",
  "BrandName": "sample string 6",
  "Size": "sample string 7",
  "SortBy": "sample string 8",
  "SearchText": "sample string 9",
  "CurrentPage": 10,
  "PerPage": 11
}

application/xml, text/xml

Sample:
<SearchProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.BAW">
  <BrandName>sample string 6</BrandName>
  <Categories>sample string 4</Categories>
  <Colors>sample string 5</Colors>
  <CurrentPage>10</CurrentPage>
  <Fabric>sample string 2</Fabric>
  <FabricWeight>sample string 3</FabricWeight>
  <Gender>sample string 1</Gender>
  <PerPage>11</PerPage>
  <SearchText>sample string 9</SearchText>
  <Size>sample string 7</Size>
  <SortBy>sample string 8</SortBy>
</SearchProduct>

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.