Get coupon pool profile list API give the list of coupon pool profiles within the LMS
The number of page of the list.
The limit of the list.
The coupon pool profile’s unique identifier
The Name of the coupon pool profile
The Description of the company
The Id of the Center associated with this coupon pool profile.
The name of the Center associated with this coupon pool profile.
The days till when coupon pool profile is valid.
The code of product for which coupon pool profile is added. a
The program Id choosen for coupon pool profile.
The program Name choosen for coupon pool profile.
The html description added for the coupon pool profile.
The datetime on which coupon pool profile was created.
The datetime on which coupon pool profile was created.
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"totalPages": 14,
"currentPage": 1,
"couponPoolProfiles": [
{
"id": 3,
"name": "DEMO Apps Coupon Pool - 1 year",
"description": "testing",
"centerId": 209,
"centerName": "Demo Centers",
"durationDays": 0,
"productCode": "T001",
"programId": 1,
"programName": "Information Technology",
"htmlDescription": null,
"created": "2010-01-26 00:06:13",
"lastModified": "2024-11-25 14:59:07"
},
{
"id": 68,
"name": "Demo Tech Coupon Pool - 1 year",
"description": "",
"centerId": 209,
"centerName": "Demo Centers",
"durationDays": 365,
"productCode": null,
"programId": 1,
"programName": "Information Technology",
"htmlDescription": "",
"created": "2010-06-22 13:28:43",
"lastModified": "2010-06-22 13:30:36"
}
]
}
}