Get pending loans for given customers
get
/service/icl/loan/pending/{lendingCustId}/{borrowingCustId}
This endpoint is used to get pending loans for given customers.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
borrowingCustId: string
Maximum Length:
20
borrowing customer ID -
lendingCustId: string
Maximum Length:
20
lending customer ID
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