POST api/v1/save-skucombo-mapping

Request Information

Body Parameters

SkuComboMapping
NameDescriptionTypeAdditional information
SkuComboId

integer

None.

SkuMasterId

integer

None.

SkuComboOfferId

integer

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

Request Formats
{
  "SkuComboId": 1,
  "SkuMasterId": 2,
  "SkuComboOfferId": 3,
  "CreatedOn": "2025-06-18T11:42:19.0970843+00:00",
  "CreatedBy": 5,
  "ModifiedOn": "2025-06-18T11:42:19.0970843+00:00",
  "ModifiedBy": 7
}
{"SkuComboId":1,"SkuMasterId":2,"SkuComboOfferId":3,"CreatedOn":"2025-06-18T11:42:19.0970843+00:00","CreatedBy":5,"ModifiedOn":"2025-06-18T11:42:19.0970843+00:00","ModifiedBy":7}
<SkuComboMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.ComboOffers">
  <CreatedBy>5</CreatedBy>
  <CreatedOn>2025-06-18T11:42:19.0970843+00:00</CreatedOn>
  <ModifiedBy>7</ModifiedBy>
  <ModifiedOn>2025-06-18T11:42:19.0970843+00:00</ModifiedOn>
  <SkuComboId>1</SkuComboId>
  <SkuComboOfferId>3</SkuComboOfferId>
  <SkuMasterId>2</SkuMasterId>
</SkuComboMapping>

Sample not available.

Response Information

Description:

Return type: IHttpActionResult

Response Formats

Sample not available.