This GetCouponPoolProfileById API provides detailed information about the coupon pool profile by ID.
The coupon pool profile ID
The coupon pool profile’s unique identifier.
The Name of the coupon pool profile.
The Description of the coupon pool profile.
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.
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.
The courses Id list that is added to the coupon pool profile.
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"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",
"courses": [
{
"id": 8464
},
{
"id": 2659
}
]
}
}