Get all valid transaction of an existing loan
get
/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: string
Maximum Length:
36
Id of the user that needs to be fetched
Query Parameters
-
currency(optional): string
Maximum Length:
3
debit disbursement currency -
endDate(optional): string
trx date to
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
startDate(optional): string
trx date from
-
transactionDate(optional): string
trx date
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
-
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