Get Product Sub Class Cover

Get Product SubClass Cover

GET https://portal-staging.aiicoplc.com/api/services/app/BuyProduct/GetProductSubClassCoverTypes?productId=fef672bd-faf1-e711-a2c0-005056a02281

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": "fef672bd-faf1-e711-a2c0-005056a02281",
                "id": "dd55d886-fcf1-e711-a2c0-005056a02281",
                "productName": "Private Motor 3rd Party",
                "subClassName": "Private Motor 3rd Party",
                "coverTypeName": "Third Party Only",
                "description": "3rd Party Only",
                "benefit": null,
                "rate": 15000.00,
                "fixed": true,
                "sectionType": "SL"
            },
            "benefits": [
                {
                    "name": "3rd party property damage",
                    "description": "Up to 3 Million"
                },
                {
                    "name": "3rd party bodily injury",
                    "description": "Covered"
                }
            ]
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated