POST api/simpleproduct/getsimpleproductsearchv3
Request Information
URI Parameters
None.
Body Parameters
ProductSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| Brand | string |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| Tags | string |
None. |
|
| SearchText | string |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| KeyGroupCode | integer |
None. |
|
| Department | string |
None. |
|
| SubDepartment | string |
None. |
|
| ClientID | integer |
None. |
|
| InStockOnly | string |
None. |
|
| ChannelOrderRef | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Brand": "sample string 1",
"Category": "sample string 2",
"SubCategory": "sample string 3",
"Tags": "sample string 4",
"SearchText": "sample string 5",
"PageSize": 6,
"PageNumber": 7,
"KeyGroupCode": 8,
"Department": "sample string 9",
"SubDepartment": "sample string 10",
"ClientID": 11,
"InStockOnly": "sample string 12",
"ChannelOrderRef": "sample string 13"
}
application/xml, text/xml
Sample:
<ProductSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Modulusv4.Domain"> <Brand>sample string 1</Brand> <Category>sample string 2</Category> <ChannelOrderRef>sample string 13</ChannelOrderRef> <ClientID>11</ClientID> <Department>sample string 9</Department> <InStockOnly>sample string 12</InStockOnly> <KeyGroupCode>8</KeyGroupCode> <PageNumber>7</PageNumber> <PageSize>6</PageSize> <SearchText>sample string 5</SearchText> <SubCategory>sample string 3</SubCategory> <SubDepartment>sample string 10</SubDepartment> <Tags>sample string 4</Tags> </ProductSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |