Get Life Policy Renewal Details

Get Life Policy Renewal Details

GET https://portal-staging.aiicoplc.com/api/services/app/LifeRenewalService/GetLifePolicyRenewalDetails?policyNo=NCSP/IS/2017/077067

This endpoint returns Renewal details.

Path Parameters

NameTypeDescription

PolicyNo

string

Renewal Policy Number

Headers

NameTypeDescription

X-ApiKey

string

To be provided.

Content-Type

string

application/json

{
"result":{
"isSuccessful": true,
"productName": "NEW CORPORATE SAVINGS PLAN",
"policyStatus": "SURRENDERED",
"policyNumber": "NCSP/IB/2017/077067",
"policyCode": "2017394092",
"dateOfBirth": "12/03/1994",
"agentName": "OGUN KOLAWOLE MUYIWA",
"agentShortDescription": "17901201",
"clientName": "OJO WILLIAMS OLUGBENGA",
"clientShortDescription": "IB/I/2017/076454",
"email": "wllmsojo@gmail.com",
"phone": "08168483478",
"effectiveDate": "04/12/2017",
"paidToDate": "03/03/2019",
"maturityDate": "04/12/2020",
"totalPremium": "11000",
"totalSavings": "100000",
"paidPremium": "151080",
"paymentFrequency": "Monthly",
"nextInstallmentPremium": "10000",
"hash": null
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}

Last updated