Get Personal Accident Rates

Get Personal Accident Rates

GET https://portal-staging.aiicoplc.com/api/services/app/PersonalAccidentProductService/GetPersonalAccidentRates

This endpoint returns Personal Accident Rates.

Headers

NameTypeDescription

X-ApiKey

string

To be provided.

Content-Type

string

application/json

{    "name"{
    "result": [
        {
            "name": "Death",
            "amount": 250000.00
        },
        {
            "name": "Death",
            "amount": 250000.00
        },
        {
            "name": "Both Feet",
            "amount": 250000.00
        },
        {
            "name": "Both Feet",
            "amount": 250000.00
        },
        {
            "name": "Both Hands",
            "amount": 250000.00
        },
        {
            "name": "Both Hands",
            "amount": 250000.00
        },
        {
            "name": "Both Eyes",
            "amount": 250000.00
        },
        {
            "name": "Both Eyes",
            "amount": 250000.00
        },
        {
            "name": "One Hand & One Foot",
            "amount": 250000.00
        },
        {
            "name": "One Hand & One Foot",
            "amount": 250000.00
        },
        {
            "name": "One Hand & One Eye",
            "amount": 250000.00
        },
        {
            "name": "One Hand & One Eye",
            "amount": 250000.00
        },
        {
            "name": "One Foot & One Eye",
            "amount": 250000.00
        },
        {
            "name": "One Foot & One Eye",
            "amount": 250000.00
        },
        {
            "name": "Loss Of One Foot",
            "amount": 100000.00
        },
        {
            "name": "Loss Of One Hand",
            "amount": 100000.00
        },
        {
            "name": "Loss Of One Eye",
            "amount": 100000.00
        },
        {
            "name": "Loss Of One Eye",
            "amount": 100000.00
        },
        {
            "name": "Medical Expenses",
            "amount": 50000.00
        },
        {
            "name": "Medical Expenses",
            "amount": 50000.00
        },
        {
            "name": "Burial Expenses",
            "amount": 10000.00
        },
        {
            "name": "Burial Expenses",
            "amount": 10000.00
        }
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated