curl --location --request GET '/tenants//clients//get_eligible_coupons'
{
"items": [
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"start_date": "2019-08-24T14:15:22Z",
"expiry_date": "2019-08-24T14:15:22Z",
"status": "InActive",
"coupon_type": "SingleUse",
"used_staff_side": true,
"used_client_side": true,
"used_app_only": true,
"coupon_codes": [
{
"coupon_code": "string",
"max_redepmtion_count": 0,
"coupon_type": "SingleUse"
}
],
"eligible_service_plan_product": {
"service_category_ids": [
0
],
"plan_ids": [
0
],
"product_sku_id": [
0
]
}
}
]
}