POST OfferDetails/AddOfferDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
lDto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OfferListingTypeId": "740a13ee-b8a4-48cb-b9bf-9fd6a5b4f7ac",
  "CompanyId": "cde16966-d834-4f63-b760-96f2398b8327",
  "ProductGroupId": "fc0fcc4c-e871-4e8b-9663-6051a5dbef6f",
  "ProductCategoryId": "75f88290-65c6-4b67-85ac-37f69ac7e9b2",
  "ProductBrandId": "129b2654-1d13-48b1-a3fa-c4c7dcb2763e",
  "ProductId": "516ee151-4a1f-4eb8-a0ef-ece5167d6403",
  "OfferTypeId": "04afa5a7-f7a6-40e3-8dc7-95a54fe4823f",
  "OfferCode": "sample string 8",
  "OfferName": "sample string 9",
  "OfferBName": "sample string 10",
  "OfferDescription": "sample string 11",
  "OfferBDescription": "sample string 12",
  "OfferImageUrl": "sample string 13",
  "PayToAutoLoadFlag": true,
  "IsPayWithCommission": true,
  "CreatedUserId": "sample string 16",
  "OfferShemeConfigurationDtoAdd": {
    "$id": "2",
    "OfferShemeTypeId": "fc217ce2-6268-4173-91b8-142419b92e56",
    "MinimumAmount": 1.0,
    "MaximumAmount": 1.0,
    "PurchaseFixedAmount": 1.0,
    "BuyingProductName": "sample string 2",
    "BuyingUOM": "sample string 3",
    "BuyingQuantity": 4,
    "FreeProductName": "sample string 5",
    "FreeUOM": "sample string 6",
    "FreeQuantity": 7,
    "FixedDiscountAmount": 1.0,
    "FixedDiscountPercentage": 1.0
  },
  "OfferTermsAndConditionDtoAdd": {
    "$id": "3",
    "ConditionalFlag": true,
    "NonConditionalFlag": true,
    "PerDayCount": 3,
    "PerUserCount": 4,
    "DayNameList": "sample string 5",
    "StartDateTime": "2026-04-10T15:47:18.9765326+06:30",
    "EndDateTime": "2026-04-10T15:47:18.9765326+06:30",
    "OfferRedemType": "sample string 8",
    "OfferRedemCount": 9,
    "OfferRedemAmount": 1.0,
    "OfferRedemMinimumAmount": 1.0,
    "OfferRedemMaximumAmount": 1.0,
    "RegistrationDateBeforeDay": 1
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.