Get Loan List Repayment Details

GET https://portal-staging.aiicoplc.com/api/services/app/LifeRenewalService/GetLoanListRepaymentDetails?policyNo=CAP/IS/2016/022702

This endpoint returns the loan repayment Outstanding Details and Loan Id

Path Parameters

NameTypeDescription

PolicyNo*

String

Loan Policy Number

Headers

NameTypeDescription

X-ApiKey*

String

To be provided

Content-Type*

String

application/json

{
"result":{
"loanList":[
{
"id": "160316",
"name": "Current Outstanding 109668.601570"
}
],
"isSuccessful": true
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}

Last updated