POST CATALOG/GetProductsByCatId
Request Information
URI Parameters
None.
Body Parameters
ProductFilterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| mainCategoryId | string |
Required |
|
| subCategoryId | string |
None. |
|
| Page | integer |
None. |
|
| Limit | integer |
None. |
|
| GrandTotalRanges | Collection of RangeFilter |
None. |
|
| WeightRanges | Collection of RangeFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"mainCategoryId": "sample string 1",
"subCategoryId": "sample string 2",
"Page": 3,
"Limit": 4,
"GrandTotalRanges": [
{
"Min": 1.0,
"Max": 1.0
},
{
"Min": 1.0,
"Max": 1.0
}
],
"WeightRanges": [
{
"Min": 1.0,
"Max": 1.0
},
{
"Min": 1.0,
"Max": 1.0
}
]
}
application/xml, text/xml
Sample:
<catalog_dynamic_cloudinary_controller.ProductFilterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/E_Commerce.Controllers">
<GrandTotalRanges>
<catalog_dynamic_cloudinary_controller.RangeFilter>
<Max>1</Max>
<Min>1</Min>
</catalog_dynamic_cloudinary_controller.RangeFilter>
<catalog_dynamic_cloudinary_controller.RangeFilter>
<Max>1</Max>
<Min>1</Min>
</catalog_dynamic_cloudinary_controller.RangeFilter>
</GrandTotalRanges>
<Limit>4</Limit>
<Page>3</Page>
<WeightRanges>
<catalog_dynamic_cloudinary_controller.RangeFilter>
<Max>1</Max>
<Min>1</Min>
</catalog_dynamic_cloudinary_controller.RangeFilter>
<catalog_dynamic_cloudinary_controller.RangeFilter>
<Max>1</Max>
<Min>1</Min>
</catalog_dynamic_cloudinary_controller.RangeFilter>
</WeightRanges>
<mainCategoryId>sample string 1</mainCategoryId>
<subCategoryId>sample string 2</subCategoryId>
</catalog_dynamic_cloudinary_controller.ProductFilterRequest>
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.