Loan Transactions

Defines a transaction on a loan and the amount of the transaction. For example, interest, repayment etc.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

The LoanTransactionId is an int data type field on the LoanTransaction table that uniquely identifies each loan transaction record by providing a distinct and unique numerical identifier for each entry in the table. It can also be used to link records between the LoanTransaction table and other related tables in the same database.

int32

LoanBalanceId is an integer field in the LoanTransaction table that is used to uniquely identify each loan balance. This field can be used to relate LoanTransaction records to a LoanBalance table and is also used by the application to validate the correct loan balance when making payments.

int32 | null

The BookingId field in the LoanTransaction table is an integer data type that stores a unique identifier for a loan transaction. This number serves as a way to track and organize loan transactions within an organization.

string | null

The LoanTransactionTypeId field of data type nvarchar with a maximum length of 64 in a table called LoanTransaction holds an identifier for the type of loan transaction that took place, such as an origination, disbursement, or repayment.

double
required

Amount: Stores the decimal value representing the amount of the loan transaction, either the loan amount itself or loan payment amounts that are associated with the loan.

double
required

ReportingAmount is a decimal field in the LoanTransaction table that stores the amount reported for a specific transaction associated with a loan.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!