Get all valid loan
get
/service/icl/loan
This endpoint is used to get all valid loan maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
borrowingCustomerId(optional): string
borrower customer ID
-
creditDisbursementAccount(optional): string
credit disbursement account
-
customerId1(optional): string
customer 1 Id
-
customerId2(optional): string
customer 2 ID
-
debitDisbursementAccount(optional): string
dedit disbursement account
-
debitDisbursementAmount(optional): number
debit amount
-
debitDisbursementAmountFrom(optional): number
Pattern:
^[0-9]*[.]?[0-9]*$
debit amount from -
debitDisbursementAmountTo(optional): number
Pattern:
^[0-9]*[.]?[0-9]*$
debit amount to -
debitDisbursementCurrency(optional): string
debit disbursement currency
-
disbursementDateFrom(optional): string
loan date from
-
disbursementDateTo(optional): string
loan date to
-
iclReference(optional): string
icl reference
-
id(optional): string
loan id
-
isLendLimitRequired(optional): boolean
get the loan amount in lend limit ccyDefault Value:
false
-
lendingCustomerId(optional): string
lender customer ID
-
limit(optional): integer
limit is maximum no of records to be fetched
-
loanIcProductCode(optional): string
loan IC product
-
loanMaturityDate(optional): string
loan maturity date
-
loanReference(optional): string
loan reference
-
loanStatus(optional): string
loan status
-
loanType(optional): string
loan type
-
offset(optional): integer
offset is starting no of records to be fetched
-
parentCustomerId(optional): string
parent customer Id
-
settlementReference(optional): string
settlement reference
-
sweepId(optional): string
sweep id
-
sweepLogId(optional): string
sweep logid
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : IclTbLoanDTO-allOf[1]
Type:
Show Source
object
-
autoSettleOnMaturity(optional):
string
-
bookingMode(optional):
string
-
borrowingCustomerId(optional):
string
Maximum Length:
20
-
borrowingCustomerName(optional):
string
Maximum Length:
100
-
creditDisbursementAccount(optional):
string
Maximum Length:
20
-
creditDisbursementAccountDesc(optional):
string
Maximum Length:
30
-
creditDisbursementAmount(optional):
number
Maximum Length:
23
-
creditDisbursementCurrency(optional):
string
Maximum Length:
3
-
debitDisbursementAccount(optional):
string
Maximum Length:
30
-
debitDisbursementAmount(optional):
number
Maximum Length:
23
-
debitDisbursementCurrency(optional):
string
Maximum Length:
3
-
debitDisbursementDesc(optional):
string
Maximum Length:
50
-
exchangeLoanRate(optional):
number
Maximum Length:
10
-
iclBookingReport(optional):
string
Maximum Length:
1
-
iclReference(optional):
string
-
iclSettlementReport(optional):
string
Maximum Length:
1
-
id(optional):
string
Maximum Length:
36
-
interestAccrualFrequency(optional):
string
Maximum Length:
100
-
interestAccrued(optional):
number
Maximum Length:
23
-
interestLiquidationFrequency(optional):
string
Maximum Length:
100
-
interestPaid(optional):
number
Maximum Length:
23
-
isReportingRequired(optional):
string
-
lastReverseSweepId(optional):
string
Maximum Length:
20
-
lastReverseSweepLogId(optional):
string
Maximum Length:
36
-
lendingCustomerId(optional):
string
Maximum Length:
20
-
lendingCustomerName(optional):
string
Maximum Length:
100
-
liquidateInterest(optional):
string
Maximum Length:
1
-
loanDate(optional):
string
-
loanIcProductCode(optional):
string
Maximum Length:
36
-
loanInterestRate(optional):
number
Maximum Length:
10
-
loanMaturityDate(optional):
string
-
loanOs(optional):
number
Maximum Length:
23
-
loanReference(optional):
string
Maximum Length:
20
-
loanStatus(optional):
string
Maximum Length:
3
-
loanType(optional):
string
Maximum Length:
1
-
parentCustomerId(optional):
string
Maximum Length:
20
-
parentCustomerName(optional):
string
Maximum Length:
100
-
reverseSweepId(optional):
string
Maximum Length:
36
-
reverseSweepLogId(optional):
string
Maximum Length:
36
-
settlementDate(optional):
string
-
settlementReference(optional):
string
Maximum Length:
100
-
structureDesc(optional):
string
Maximum Length:
200
-
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
-
structureMasterId(optional):
string
Maximum Length:
36
-
structureMasterVersionNo(optional):
integer
Maximum Length:
4
-
sweepId(optional):
string
Maximum Length:
36
-
sweepLogId(optional):
string
Maximum Length:
36
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error