POST OfferDetails/UpdateOfferDetails
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lDto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OfferDetailsId": "36e0edf7-dbed-445d-a132-6fa6ef373454",
"OfferListingTypeId": "e4cd8e4f-9119-44e1-a1e9-bfc256135911",
"CompanyId": "e5120518-de2d-4580-bfee-ffb62bbf6aa3",
"ProductGroupId": "2867563a-4361-43b9-a442-cd0170167d92",
"ProductCategoryId": "e0dce14f-ad08-473b-ac45-87fbb61c405f",
"ProductBrandId": "8ca0abbc-251a-4473-8745-b7e8f351eb3d",
"ProductId": "52b2ddca-3959-4dc6-ae8f-ab694b1f43e7",
"OfferTypeId": "07b9a213-f07b-4a6c-bebd-086c907968a2",
"OfferCode": "sample string 9",
"OfferName": "sample string 10",
"OfferBName": "sample string 11",
"OfferDescription": "sample string 12",
"OfferBDescription": "sample string 13",
"OfferImageUrl": "sample string 14",
"PayToAutoLoadFlag": true,
"IsPayWithCommission": true,
"CreatedUserId": "sample string 17",
"OfferShemeConfigurationDtoUpdate": {
"$id": "2",
"OfferShemeConfigurationId": "9107a13c-dfb5-4cfd-b45d-9b73e9736e6b",
"OfferShemeTypeId": "fb172bee-fd41-42e8-a6b7-00d35aca05be",
"MinimumAmount": 1.0,
"MaximumAmount": 1.0,
"PurchaseFixedAmount": 1.0,
"BuyingProductName": "sample string 3",
"BuyingUOM": "sample string 4",
"BuyingQuantity": 5,
"FreeProductName": "sample string 6",
"FreeUOM": "sample string 7",
"FreeQuantity": 8,
"FixedDiscountAmount": 1.0,
"FixedDiscountPercentage": 1.0
},
"OfferTermsAndConditionDtoUpdate": {
"$id": "3",
"OfferTermsAndConditionId": "b89d3cb6-fdbc-4c49-aa59-d2ba40787d8f",
"ConditionalFlag": true,
"NonConditionalFlag": true,
"PerDayCount": 4,
"PerUserCount": 5,
"DayNameList": "sample string 6",
"StartDateTime": "2026-04-10T15:47:33.1146069+06:30",
"EndDateTime": "2026-04-10T15:47:33.1146069+06:30",
"OfferRedemType": "sample string 9",
"OfferRedemCount": 10,
"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.