This API is used for updating an existing coupon pool profile record.
The Id of the company.
The Name of the coupon pool profile (limit 150 characters)
The Product code of the coupon pool profile (limit 50 characters).
The Description of the company (limit 800 characters).
The duration days till which coupon pool profile must be valid.
The Id of the Program associated with this coupon pool profile.
The Html Description of the coupon pool profile.
Enabled for whether coupon pool profile is enabled or disabled.
{ "Name": "DEMO - Coupon Pool - tester 01", "Description": "Test Description", "DurationDays": 360, "ProgramId": 1, "HtmlDescription": null, "ProductCode": "XY001", "Enabled": true }
Request Status
Success or Failure message
Response data
{ "success": true, "message": "Record updated successfully.", "data": null }