POST
api/v1/save-combo-offer?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
Body Parameters
SkuComboOfferName | Description | Type | Additional information |
---|---|---|---|
SkuComboOfferId | integer |
None. |
|
SkuComboOfferName | string |
None. |
|
SkuComboOfferTypeId | integer |
None. |
|
ComboOfferType | string |
None. |
|
Capping | integer |
None. |
|
SkuCategoryId | string |
None. |
|
FinalOfferPrice | decimal number |
None. |
|
TotalDiscount | decimal number |
None. |
|
TotalProfit | decimal number |
None. |
|
ValidFrom | date |
None. |
|
ValidTo | date |
None. |
|
IsActive | boolean |
None. |
|
IsLogicallyDeleted | boolean |
None. |
|
IsOneTime | boolean |
None. |
|
IsRecursive | boolean |
None. |
|
IsB2BOffer | boolean |
None. |
|
IsNew | boolean |
None. |
|
CreatedOn | date |
None. |
|
ModifiedOn | date |
None. |
|
CreatedBy | integer |
None. |
|
ModifiedBy | integer |
None. |
|
SortOrder | integer |
None. |
|
string |
None. |
||
ComboItems | Collection of SkuComboOfferItems |
None. |
Request Formats
application/json, text/json
{ "SkuComboOfferId": 1, "SkuComboOfferName": "sample string 2", "SkuComboOfferTypeId": 1, "ComboOfferType": "sample string 3", "Capping": 1, "SkuCategoryId": "sample string 4", "FinalOfferPrice": 1.0, "TotalDiscount": 1.0, "TotalProfit": 5.1, "ValidFrom": "2025-06-18T11:47:23.0802524+00:00", "ValidTo": "2025-06-18T11:47:23.0802524+00:00", "IsActive": true, "IsLogicallyDeleted": true, "IsOneTime": true, "IsRecursive": true, "IsB2BOffer": true, "IsNew": true, "CreatedOn": "2025-06-18T11:47:23.0802524+00:00", "ModifiedOn": "2025-06-18T11:47:23.0802524+00:00", "CreatedBy": 16, "ModifiedBy": 17, "SortOrder": 18, "Email": "sample string 19", "ComboItems": [ { "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
{"SkuComboOfferId":1,"SkuComboOfferName":"sample string 2","SkuComboOfferTypeId":1,"ComboOfferType":"sample string 3","Capping":1,"SkuCategoryId":"sample string 4","FinalOfferPrice":1.0,"TotalDiscount":1.0,"TotalProfit":5.1,"ValidFrom":"2025-06-18T11:47:23.0802524+00:00","ValidTo":"2025-06-18T11:47:23.0802524+00:00","IsActive":true,"IsLogicallyDeleted":true,"IsOneTime":true,"IsRecursive":true,"IsB2BOffer":true,"IsNew":true,"CreatedOn":"2025-06-18T11:47:23.0802524+00:00","ModifiedOn":"2025-06-18T11:47:23.0802524+00:00","CreatedBy":16,"ModifiedBy":17,"SortOrder":18,"Email":"sample string 19","ComboItems":[{"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
<SkuComboOffer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.ComboOffers"> <Capping>1</Capping> <ComboItems> <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> </ComboItems> <ComboOfferType>sample string 3</ComboOfferType> <CreatedBy>16</CreatedBy> <CreatedOn>2025-06-18T11:47:23.0802524+00:00</CreatedOn> <Email>sample string 19</Email> <FinalOfferPrice>1</FinalOfferPrice> <IsActive>true</IsActive> <IsB2BOffer>true</IsB2BOffer> <IsLogicallyDeleted>true</IsLogicallyDeleted> <IsNew>true</IsNew> <IsOneTime>true</IsOneTime> <IsRecursive>true</IsRecursive> <ModifiedBy>17</ModifiedBy> <ModifiedOn>2025-06-18T11:47:23.0802524+00:00</ModifiedOn> <SkuCategoryId>sample string 4</SkuCategoryId> <SkuComboOfferId>1</SkuComboOfferId> <SkuComboOfferName>sample string 2</SkuComboOfferName> <SkuComboOfferTypeId>1</SkuComboOfferTypeId> <SortOrder>18</SortOrder> <TotalDiscount>1</TotalDiscount> <TotalProfit>5.1</TotalProfit> <ValidFrom>2025-06-18T11:47:23.0802524+00:00</ValidFrom> <ValidTo>2025-06-18T11:47:23.0802524+00:00</ValidTo> </SkuComboOffer>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>