Get Product SubClass Cover

Get Product SubClass Cover

GET https://portal-staging.aiicoplc.com/api/services/app/ProductService/GetProductSubClassCoverTypes?productId=f1326cce-47e7-e711-a2be-005056a02281

This endpoint returns the product features and benefits.

Query Parameters

NameTypeDescription

ProductId*

String

ProductID(Refer to Get Products)

Headers

NameTypeDescription

X-ApiKey*

string

To be Provided.

Content-Type*

string

application/json

{
    "result": [
        {
            "subClassCoverTypes": {
                "productId": "f1326cce-47e7-e711-a2be-005056a02281",
                "id": "02baaf3b-47e7-e711-a2be-005056a02281",
                "productName": "Private Motor Comprehensive",
                "subClassName": "Private Motor Comprehensive",
                "coverTypeName": "Auto Royale",
                "description": "Auto Royale",
                "benefit": null,
                "rate": 5.00,
                "fixed": false,
                "sectionType": "SI"
            },
            "benefits": [
                {
                    "name": "Theft",
                    "description": "Covered"
                },
                {
                    "name": "Fire damage",
                    "description": "Covered"
                },
                {
                    "name": "Own Accidental damage",
                    "description": "Covered"
                },
                {
                    "name": "3rd party property damage",
                    "description": "Up to 3 Million"
                },
                {
                    "name": "3rd party bodily injury",
                    "description": "Covered"
                },
                {
                    "name": "Medical refund",
                    "description": "Up to 100,000.00"
                },
                {
                    "name": "Loss of personal effects",
                    "description": "20,000.00"
                },
                {
                    "name": "Authorized repair limit",
                    "description": "2.5% of value"
                },
                {
                    "name": "Refund for hired vehicle after an accident/theft",
                    "description": "Not Covered"
                },
                {
                    "name": "Excess Buy Back",
                    "description": "Covered"
                },
                {
                    "name": "Towing limit",
                    "description": "Up to N20,000.00"
                },
                {
                    "name": "Tracking Installation",
                    "description": "Free for Sum Insured above N4m"
                },
                {
                    "name": "Loss of Car Accessories  when the vehicle is stolen",
                    "description": "Covered"
                },
                {
                    "name": "Flood Extension",
                    "description": "0.5% of value"
                },
                {
                    "name": "Riot, Strike and Civil Commotion",
                    "description": "Covered"
                }
            ]
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated