GET
api/v1/get-product-on-category-selection?CategoryId={CategoryId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CategoryId | string |
Required |
|
clientId | integer |
Required |
Response Information
Description:
Return type: Collection of SkuComboOfferItems
Response Formats
application/json, text/json
[ { "SkuComboOfferItemId": 1, "SkuComboOfferId": 1, "SkuMasterId": 1, "SkuCategoryId": "sample string 2", "SkuFilterPriceId": 1, "CategoryName": "sample string 3", "SkuName": "sample string 4", "MRPPrice": 1.0, "SellingPrice": 1.0, "OfferSellingPrice": 1.0, "FixedPrice": 1.0, "PurchasePrice": 1.0, "Discount": 1.0, "Quantity": 1, "IsFreeProduct": true, "PackSize": "sample string 5", "Profit": 6.1, "TotalPrice": 7.1, "IsNew": true, "IsActive": true, "IsLogicallyDeleted": true }, { "SkuComboOfferItemId": 1, "SkuComboOfferId": 1, "SkuMasterId": 1, "SkuCategoryId": "sample string 2", "SkuFilterPriceId": 1, "CategoryName": "sample string 3", "SkuName": "sample string 4", "MRPPrice": 1.0, "SellingPrice": 1.0, "OfferSellingPrice": 1.0, "FixedPrice": 1.0, "PurchasePrice": 1.0, "Discount": 1.0, "Quantity": 1, "IsFreeProduct": true, "PackSize": "sample string 5", "Profit": 6.1, "TotalPrice": 7.1, "IsNew": true, "IsActive": true, "IsLogicallyDeleted": true } ]
text/html
[{"SkuComboOfferItemId":1,"SkuComboOfferId":1,"SkuMasterId":1,"SkuCategoryId":"sample string 2","SkuFilterPriceId":1,"CategoryName":"sample string 3","SkuName":"sample string 4","MRPPrice":1.0,"SellingPrice":1.0,"OfferSellingPrice":1.0,"FixedPrice":1.0,"PurchasePrice":1.0,"Discount":1.0,"Quantity":1,"IsFreeProduct":true,"PackSize":"sample string 5","Profit":6.1,"TotalPrice":7.1,"IsNew":true,"IsActive":true,"IsLogicallyDeleted":true},{"SkuComboOfferItemId":1,"SkuComboOfferId":1,"SkuMasterId":1,"SkuCategoryId":"sample string 2","SkuFilterPriceId":1,"CategoryName":"sample string 3","SkuName":"sample string 4","MRPPrice":1.0,"SellingPrice":1.0,"OfferSellingPrice":1.0,"FixedPrice":1.0,"PurchasePrice":1.0,"Discount":1.0,"Quantity":1,"IsFreeProduct":true,"PackSize":"sample string 5","Profit":6.1,"TotalPrice":7.1,"IsNew":true,"IsActive":true,"IsLogicallyDeleted":true}]
application/xml, text/xml
<ArrayOfSkuComboOfferItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.ComboOffers"> <SkuComboOfferItems> <CategoryName>sample string 3</CategoryName> <Discount>1</Discount> <FixedPrice>1</FixedPrice> <IsActive>true</IsActive> <IsFreeProduct>true</IsFreeProduct> <IsLogicallyDeleted>true</IsLogicallyDeleted> <IsNew>true</IsNew> <MRPPrice>1</MRPPrice> <OfferSellingPrice>1</OfferSellingPrice> <PackSize>sample string 5</PackSize> <Profit>6.1</Profit> <PurchasePrice>1</PurchasePrice> <Quantity>1</Quantity> <SellingPrice>1</SellingPrice> <SkuCategoryId>sample string 2</SkuCategoryId> <SkuComboOfferId>1</SkuComboOfferId> <SkuComboOfferItemId>1</SkuComboOfferItemId> <SkuFilterPriceId>1</SkuFilterPriceId> <SkuMasterId>1</SkuMasterId> <SkuName>sample string 4</SkuName> <TotalPrice>7.1</TotalPrice> </SkuComboOfferItems> <SkuComboOfferItems> <CategoryName>sample string 3</CategoryName> <Discount>1</Discount> <FixedPrice>1</FixedPrice> <IsActive>true</IsActive> <IsFreeProduct>true</IsFreeProduct> <IsLogicallyDeleted>true</IsLogicallyDeleted> <IsNew>true</IsNew> <MRPPrice>1</MRPPrice> <OfferSellingPrice>1</OfferSellingPrice> <PackSize>sample string 5</PackSize> <Profit>6.1</Profit> <PurchasePrice>1</PurchasePrice> <Quantity>1</Quantity> <SellingPrice>1</SellingPrice> <SkuCategoryId>sample string 2</SkuCategoryId> <SkuComboOfferId>1</SkuComboOfferId> <SkuComboOfferItemId>1</SkuComboOfferItemId> <SkuFilterPriceId>1</SkuFilterPriceId> <SkuMasterId>1</SkuMasterId> <SkuName>sample string 4</SkuName> <TotalPrice>7.1</TotalPrice> </SkuComboOfferItems> </ArrayOfSkuComboOfferItems>