This API creates a new Coupon Pool in the LMS
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.
The ValueUnitId coupon for coupon pools.
The CompanyId chosen for coupon pool.
The ProfileId chosen for coupon pool.
{ "name": "testing date", "starts": "2024-12-12", "expires": "2025-05-12", "size": 30, "valueUnitId": 3, "companyId": 448230, "profileId": 6322 }
Request status
Success or failure message
Id of the created pool
{ "success": true, "message": "Record created successfully.", "data": 4502 }