POST api/admin/ComparableProductApi/GetComparableProductTable
Request Information
URI Parameters
None.
Body Parameters
CompanionProductTableSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| SearchTitle | string |
None. |
|
| CurrentPage | integer |
None. |
|
| PerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"SearchTitle": "sample string 2",
"CurrentPage": 3,
"PerPage": 4
}
application/xml, text/xml
Sample:
<CompanionProductTableSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.SearchModel"> <CurrentPage>3</CurrentPage> <PerPage>4</PerPage> <ProductID>1</ProductID> <SearchTitle>sample string 2</SearchTitle> </CompanionProductTableSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.