Get all valid trx of an existing loan.
get
/service/icl/loan/{loanId}/transactions
This endpoint is used to get all valid transactions of an existing loan
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
loanId(required): string
Maximum Length:
36
Id of the user that needs to be fetched
Query Parameters
-
currency: string
Maximum Length:
3
debit disbursement currency -
endDate: string
trx date to
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
startDate: string
trx date from
-
transactionDate: string
trx date
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Root Schema : IclTbLoanTransactionCollection
Type:
object
Collection of transactions of a loan.
Show Source
Nested Schema : IclTbLoanTransactionDTO
Type:
Show Source
object
-
currency:
string
-
days:
number
-
endDate:
string
-
fromAccount:
string
-
id:
string
-
interestMethod:
string
-
interestPaid:
number
-
loanId:
string
-
principalPaid:
number
-
rate:
number
-
startDate:
string
-
toAccount:
string
-
transactionAmount:
number
-
transactionDate:
string
-
transactionReference:
string
-
transactionType:
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