POST v1/product/getfilteredproducts
Request Information
URI Parameters
None.
Body Parameters
GlobalFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductIDs | Collection of integer |
None. |
|
| ProductID | integer |
None. |
|
| CatId | integer |
None. |
|
| SubCatId | integer |
None. |
|
| CategoryName | string |
None. |
|
| ProductName | string |
None. |
|
| ProductDesc | string |
None. |
|
| SearchText | string |
None. |
|
| UserID | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| OrderID | integer |
None. |
|
| OrderNo | globally unique identifier |
None. |
|
| StatusID | integer |
None. |
|
| Subject | string |
None. |
|
| EnquiryID | integer |
None. |
|
| PaymentID | integer |
None. |
|
| ShippingTypeID | integer |
None. |
|
| TrackingID | integer |
None. |
|
| BrandID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| Url | string |
None. |
|
| CatUrl | string |
None. |
|
| BrandUrl | string |
None. |
|
| TagUrl | string |
None. |
|
| Max | decimal number |
None. |
|
| Min | decimal number |
None. |
|
| TagID | integer |
None. |
|
| User | string |
None. |
|
| Rating | integer |
None. |
|
| IsApproved | boolean |
None. |
|
| BannerID | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TransactionID | string |
None. |
|
| PaymentModeID | integer |
None. |
|
| ColorId | integer |
None. |
|
| SizeId | integer |
None. |
|
| VoltageId | integer |
None. |
|
| SubCatUrl | string |
None. |
|
| categories | string |
None. |
|
| subcategories | string |
None. |
|
| colors | string |
None. |
|
| voltages | string |
None. |
|
| sizes | string |
None. |
|
| geyser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductIDs": [
1,
2
],
"ProductID": 1,
"CatId": 2,
"SubCatId": 3,
"CategoryName": "sample string 4",
"ProductName": "sample string 5",
"ProductDesc": "sample string 6",
"SearchText": "sample string 7",
"UserID": 8,
"FromDate": "2025-12-29T22:31:36.0015208+05:30",
"ToDate": "2025-12-29T22:31:36.0015208+05:30",
"OrderID": 9,
"OrderNo": "727a7203-c98c-4c7f-a65f-8f1c28f02612",
"StatusID": 11,
"Subject": "sample string 12",
"EnquiryID": 13,
"PaymentID": 14,
"ShippingTypeID": 15,
"TrackingID": 16,
"BrandID": 17,
"CreatedBy": 18,
"Url": "sample string 19",
"CatUrl": "sample string 20",
"BrandUrl": "sample string 21",
"TagUrl": "sample string 22",
"Max": 23.0,
"Min": 24.0,
"TagID": 25,
"User": "sample string 26",
"Rating": 27,
"IsApproved": true,
"BannerID": 28,
"PageIndex": 29,
"PageSize": 30,
"TransactionID": "sample string 31",
"PaymentModeID": 32,
"ColorId": 33,
"SizeId": 34,
"VoltageId": 35,
"SubCatUrl": "sample string 36",
"categories": "sample string 37",
"subcategories": "sample string 38",
"colors": "sample string 39",
"voltages": "sample string 40",
"sizes": "sample string 41",
"geyser": "sample string 42"
}
application/xml, text/xml
Sample:
<GlobalFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SolarLIB.Models.Global">
<BannerID>28</BannerID>
<BrandID>17</BrandID>
<BrandUrl>sample string 21</BrandUrl>
<CatId>2</CatId>
<CatUrl>sample string 20</CatUrl>
<CategoryName>sample string 4</CategoryName>
<ColorId>33</ColorId>
<CreatedBy>18</CreatedBy>
<EnquiryID>13</EnquiryID>
<FromDate>2025-12-29T22:31:36.0015208+05:30</FromDate>
<IsApproved>true</IsApproved>
<Max>23</Max>
<Min>24</Min>
<OrderID>9</OrderID>
<OrderNo>727a7203-c98c-4c7f-a65f-8f1c28f02612</OrderNo>
<PageIndex>29</PageIndex>
<PageSize>30</PageSize>
<PaymentID>14</PaymentID>
<PaymentModeID>32</PaymentModeID>
<ProductDesc>sample string 6</ProductDesc>
<ProductID>1</ProductID>
<ProductIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ProductIDs>
<ProductName>sample string 5</ProductName>
<Rating>27</Rating>
<SearchText>sample string 7</SearchText>
<ShippingTypeID>15</ShippingTypeID>
<SizeId>34</SizeId>
<StatusID>11</StatusID>
<SubCatId>3</SubCatId>
<SubCatUrl>sample string 36</SubCatUrl>
<Subject>sample string 12</Subject>
<TagID>25</TagID>
<TagUrl>sample string 22</TagUrl>
<ToDate>2025-12-29T22:31:36.0015208+05:30</ToDate>
<TrackingID>16</TrackingID>
<TransactionID>sample string 31</TransactionID>
<Url>sample string 19</Url>
<User>sample string 26</User>
<UserID>8</UserID>
<VoltageId>35</VoltageId>
<categories>sample string 37</categories>
<colors>sample string 39</colors>
<geyser>sample string 42</geyser>
<sizes>sample string 41</sizes>
<subcategories>sample string 38</subcategories>
<voltages>sample string 40</voltages>
</GlobalFilter>
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.