Get Product SubClass Cover Types

Get Product SubClass Types

GET https://portal-staging.aiicoplc.com/api/services/app/ProductService/GetProductSubClassCoverTypes?productId=9f304355-43c0-ea11-a336-005056a00da2

This endpoint returns the product features and benefits.

Query Parameters

NameTypeDescription

Product Id

string

ProductID(Refer to Get Products)

Headers

NameTypeDescription

X-ApiKey

string

To be provided

Content-Type

string

application/json

{
    "result": [
        {
            "subClassCoverTypes": {
                "productId": "9f304355-43c0-ea11-a336-005056a00da2",
                "id": "7136facc-3ec0-ea11-a336-005056a00da2",
                "productName": "Hospital Cash",
                "subClassName": "Hospital Cash",
                "coverTypeName": "Hospital Cash",
                "description": "Hospital Cash",
                "benefit": null,
                "rate": 21.50,
                "fixed": true,
                "sectionType": "SL"
            },
            "benefits": [
                {
                    "name": "Cover/Benefit Size",
                    "description": "The annual limit on benefit is limited to a minimum of NGN 50,000 and a maximum of NGN 2,000,000"
                },
                {
                    "name": "Benefit",
                    "description": "Daily Cash Benefit subject to a minimum of 3 days of hospitalization"
                },
                {
                    "name": "Cover/Benefit Size",
                    "description": "The annual limit on benefit is limited to a minimum of NGN 50,000 and a maximum of NGN 2,000,000"
                },
                {
                    "name": "Benefit",
                    "description": "Daily Cash Benefit subject to a minimum of 3 days of hospitalization"
                },
                {
                    "name": "Cover/Benefit Size",
                    "description": "The annual limit on benefit is limited to a minimum of NGN 50,000 and a maximum of NGN 2,000,000"
                },
                {
                    "name": "Benefit",
                    "description": "Daily Cash Benefit subject to a minimum of 3 days of hospitalization"
                },
                {
                    "name": "Cover/Benefit Size",
                    "description": "The annual limit on benefit is limited to a minimum of NGN 50,000 and a maximum of NGN 2,000,000"
                },
                {
                    "name": "Benefit",
                    "description": "Daily Cash Benefit subject to a minimum of 3 days of hospitalization"
                },
                {
                    "name": "Cover/Benefit Size",
                    "description": "The annual limit on benefit is limited to a minimum of NGN 50,000 and a maximum of NGN 2,000,000"
                },
                {
                    "name": "Benefit",
                    "description": "Daily Cash Benefit subject to a minimum of 3 days of hospitalization"
                }
            ]
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated