Get all valid loan.
get
/api/1.0/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: string
borrower customer ID
-
creditDisbursementAccount: string
credit disbursement account
-
customerId1: string
customer 1 Id
-
customerId2: string
customer 2 ID
-
debitDisbursementAccount: string
dedit disbursement account
-
debitDisbursementAmount: number
debit amount
-
debitDisbursementAmountFrom: number
Pattern:
^[0-9]*[.]?[0-9]*$
debit amount from -
debitDisbursementAmountTo: number
Pattern:
^[0-9]*[.]?[0-9]*$
debit amount to -
debitDisbursementCurrency: string
debit disbursement currency
-
disbursementDateFrom: string
loan date from
-
disbursementDateTo: string
loan date to
-
groupCorporateId: string
groupCorporateId for that loans needs to be fetched
-
iclReference: string
icl reference
-
id: string
loan id
-
isLendLimitRequired: boolean
get the loan amount in lend limit ccyDefault Value:
false
-
lendingCustomerId: string
lender customer ID
-
limit: integer
limit is maximum no of records to be fetched
-
loanIcProductCode: string
loan IC product
-
loanMaturityDate: string
loan maturity date
-
loanReference: string
loan reference
-
loanStatus: string
loan status
-
loanType: string
loan type
-
offset: integer
offset is starting no of records to be fetched
-
parentCustomerId: string
parent customer Id
-
settlementReference: string
settlement reference
-
sweepId: string
sweep id
-
sweepLogId: string
sweep logid
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success 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:
string
-
bookingMode:
string
-
borrowingCustomerId:
string
Maximum Length:
20
-
borrowingCustomerName:
string
Maximum Length:
140
-
creditDisbursementAccount:
string
Maximum Length:
34
-
creditDisbursementAccountDesc:
string
Maximum Length:
140
-
creditDisbursementAmount:
number
Maximum Length:
23
-
creditDisbursementCurrency:
string
Maximum Length:
3
-
debitDisbursementAccount:
string
Maximum Length:
34
-
debitDisbursementAmount:
number
Maximum Length:
23
-
debitDisbursementCurrency:
string
Maximum Length:
3
-
debitDisbursementDesc:
string
Maximum Length:
50
-
exchangeLoanRate:
number
Maximum Length:
10
-
iclBookingReport:
string
Maximum Length:
1
-
iclReference:
string
-
iclSettlementReport:
string
Maximum Length:
1
-
id:
string
Maximum Length:
36
-
interestAccrualFrequency:
string
Maximum Length:
100
-
interestAccrued:
number
Maximum Length:
23
-
interestLiquidationFrequency:
string
Maximum Length:
100
-
interestPaid:
number
Maximum Length:
23
-
isReportingRequired:
string
-
isTwoway:
string
Maximum Length:
1
Pattern:[Y,N]
-
lastReverseSweepId:
string
Maximum Length:
20
-
lastReverseSweepLogId:
string
Maximum Length:
36
-
lendingCustomerId:
string
Maximum Length:
20
-
lendingCustomerName:
string
Maximum Length:
140
-
limitCurrency:
string
Maximum Length:
3
-
liquidateInterest:
string
Maximum Length:
1
-
loanAmountInLimitCurrency:
number
Maximum Length:
23
-
loanDate:
string
-
loanIcProductCode:
string
Maximum Length:
36
-
loanInterestRate:
number
Maximum Length:
10
-
loanMaturityDate:
string
-
loanOs:
number
Maximum Length:
23
-
loanReference:
string
Maximum Length:
20
-
loanStatus:
string
Maximum Length:
3
-
loanType:
string
Maximum Length:
1
-
parentCustomerId:
string
Maximum Length:
20
-
parentCustomerName:
string
Maximum Length:
140
-
reverseSweepId:
string
Maximum Length:
36
-
reverseSweepLogId:
string
Maximum Length:
36
-
settlementDate:
string
-
settlementReference:
string
Maximum Length:
100
-
structureDesc:
string
Maximum Length:
200
-
structureId:
string
Pattern:
[A-Z0-9]{1,30}
-
structureMasterId:
string
Maximum Length:
36
-
structureMasterVersionNo:
integer
Maximum Length:
4
-
sweepId:
string
Maximum Length:
36
-
sweepLogId:
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