Get Product SubClass Cover Types

Get Product SubClass Cover Types

GET https://portal-staging.aiicoplc.com/api/services/app/ProductService/GetProductSubClassCoverTypes?productId=939e9f6c-6325-e811-a2cc-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": "939e9f6c-6325-e811-a2cc-005056a02281",
                "id": "99e246a7-5d25-e811-a2cc-005056a02281",
                "productName": "Shop Content Insurance",
                "subClassName": "Shop Insurance",
                "coverTypeName": "Shop Insurance",
                "description": "Shop Insurance",
                "benefit": null,
                "rate": 10000.00,
                "fixed": true,
                "sectionType": "SL"
            },
            "benefits": [
                {
                    "name": "Fire",
                    "description": "Covered"
                },
                {
                    "name": "Special Perils",
                    "description": "Covered"
                },
                {
                    "name": "Public Liability",
                    "description": "Covered"
                },
                {
                    "name": "Permanent Disability",
                    "description": "Covered"
                },
                {
                    "name": "Medical Benefits",
                    "description": "Covered"
                }
            ]
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated