This API provides detailed information about the coupon pool By Id.
The coupon pool ID
The coupon pool’s unique identifier.
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 remaining coupon pools.
The Adjusted coupon pools.
The used coupon for coupon pools.
The Requested coupon for coupon pools.
The Waitlisted coupon for coupon pools.
The ValueUnitId coupon for coupon pools.
The CompanyId chosen for coupon pool.
The ProfileId chosen for coupon pool.
The InvoiceDetailId interlinked for invoice in coupon pool.
The Invoice Id interlinked for invoice in coupon pool.
The Invoice Number interlinked for invoice in coupon pool.
The datetime on which coupon pool was created.
The datetime on which coupon pool was created.
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"id": 76365,
"name": "testing date",
"starts": "2024-12-12",
"expires": "2025-05-12",
"size": 30,
"remaining": 30,
"adjusted": 0,
"used": 0,
"transferred": 0,
"requested": 0,
"waitListed": 0,
"valueUnitId": 3,
"companyId": 448940,
"profileId": 602,
"invoiceDetailId": null,
"invoiceId": null,
"invoiceNumber": null,
"created": "2024-12-12 08:55:30",
"lastModified": "2024-12-12 08:56:07"
}
}