Loan Balances

Stores the outstanding balance of a loan for a given date.

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

The LoanBalanceId field in the LoanBalance table is an int data type that uniquely identifies each LoanBalance record stored in the database. This field assigns a numerical identifier to each record and is used to link this table to other related tables in the database.

date-time
required

The Date field in the LoanBalance table stores the date associated with a loan balance record. It contains the date when the loan balance was recorded, and the date will be stored in the yyyy-mm-dd format.

double
required

OpeningAmount is a decimal field in the LoanBalance table which specifies the initial balance of a loan when it was first taken out.

double
required

ClosingAmount is a decimal field in the LoanBalance table that stores the amount of money that is paid for the closing of a loan.

int32

The LoanId field is an integer type in the LoanBalance table and represents a unique numerical identifier for each loan in the table. It should never be null and is the primary key for the table.

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!