Loan Transaction Types

Defines the different types of transaction that can occur on a Loan

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 64

LoanTransactionTypeId is a primary key field data type of nvarchar with a maximum length of 64 in the LoanTransactionType table. It is used to identify the type of loan transaction associated with a particular record, such as loan origination, loan servicing, and loan payment.

string
required
length ≥ 1

This field is used to store descriptive information regarding each type of loan transaction that occurs in the LoanTransactionType table. The data type of the field is nvarchar which allows for the storage of both regular ASCII and Unicode characters up to a maximum of 4000 characters in length.

string | null

Miscellaneous notes and information for the entry or record.

string | null

DirectionId is an nvarchar field in the LoanTransactionType table with a maximum length of 450. It is used to track the direction of the loan transaction type (incoming or outgoing) and is populated with 'Incoming' or 'Outgoing' text values.

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!