Life Policy Renewal Details

Get Life Policy Renewal Details

GET https://portal-staging.aiicoplc.com/api/services/app/LifeRenewalService/GetLifePolicyRenewalDetails?policyNo=PCSP/HO/2025/047728

This endpoint returns Renewal details.

Headers

Name
Type
Description

X-ApiKey

string

To be provided.

Content-Type

string

application/json

Query Parameters

Name
Type
Description

PolicyNo

string

Renewal Policy Number

{
    "result": {
        "isSuccessful": true,
        "productName": "CORPORATE SAVINGS PLAN",
        "policyStatus": "DRAFT",
        "policyNumber": "PCSP/HO/2025/047728",
        "policyCode": "25130045",
        "dateOfBirth": "01/01/1994",
        "agentName": "HEAD OFFICE BRANCH",
        "agentShortDescription": "40699000",
        "clientName": "John Olu Doe",
        "clientShortDescription": "HO/I/2025/195813",
        "email": "[email protected]",
        "phone": "08100000000",
        "effectiveDate": "26/05/2025",
        "paidToDate": "26/05/2025",
        "maturityDate": "26/05/2025",
        "totalPremium": "0",
        "totalSavings": "100000",
        "paidPremium": "0",
        "paymentFrequency": "Monthly",
        "nextInstallmentPremium": "6500",
        "hash": null,
        "loanId": "PCSP/HO/2025/047728",
        "outStandingPremiumBalance": "0",
        "amountToPay": null
    },
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated