The API is used to update an existing coupon pool record.
The ID of the Coupon pool
The Name of the coupon pool
The start time of the coupon pool.
The End time of the coupon pool.
The size of the coupon pool.
{ "name": "testing date", "starts": "2024-12-12", "expires": "2025-05-12", "size": 30, "valueUnitId": 3 }
Request status
Success or Failure message
Response Data
{ "success": true, "message": "Record updated successfully.", "data": null }