Get all valid loan
get
/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
-
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 : IclTbLoanDTO
Type:
Show Source
object
-
autoSettleOnMaturity(optional):
string
-
bookingMode(optional):
string
-
borrowingCustomerId(optional):
string
-
borrowingCustomerName(optional):
string
-
creditDisbursementAccount(optional):
string
-
creditDisbursementAccountDesc(optional):
string
-
creditDisbursementAmount(optional):
number
-
creditDisbursementCurrency(optional):
string
-
debitDisbursementAccount(optional):
string
-
debitDisbursementAmount(optional):
number
-
debitDisbursementCurrency(optional):
string
-
debitDisbursementDesc(optional):
string
-
exchangeLoanRate(optional):
number
-
iclBookingReport(optional):
string
-
iclReference(optional):
string
-
iclSettlementReport(optional):
string
-
IclTbLoanTransactionDTO(optional):
array IclTbLoanTransactionDTO
-
interestAccrualFrequency(optional):
string
-
interestAccrued(optional):
number
-
interestLiquidationFrequency(optional):
string
-
interestOs(optional):
number
-
lendingCustomerId(optional):
string
-
lendingCustomerName(optional):
string
-
liquidateInterest(optional):
string
-
loanDate(optional):
string
-
loanIcProductCode(optional):
string
-
loanInterestRate(optional):
number
-
loanMaturityDate(optional):
string
-
loanOs(optional):
number
-
loanReference(optional):
string
-
loanStatus(optional):
string
-
loanType(optional):
string
-
parentCustomerId(optional):
string
-
parentCustomerName(optional):
string
-
settlementDate(optional):
string
-
settlementReference(optional):
string
-
structureDesc(optional):
string
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
-
structureMasterId(optional):
string
-
structureMasterVersionNo(optional):
integer
-
sweepId(optional):
string
-
sweepLogId(optional):
string
Nested Schema : IclTbLoanTransactionDTO
Type:
Show Source
object
-
basicAmount(optional):
number
-
currency(optional):
string
-
days(optional):
number
-
endDate(optional):
string
-
id(optional):
string
-
interestMethod(optional):
string
-
interestPaid(optional):
number
-
loanId(optional):
string
-
principalPaid(optional):
number
-
rate(optional):
number
-
startDate(optional):
string
-
valueDate(optional):
string
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