v_ Loan Document

The LoanDocument table stores documents associated with a loan. It includes information such as document name, document type, associated loan file, and the timestamp of when the document was uploaded. This table is part of the Loan package and can be used to track documents related to loan and customer files.

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

The DocumentId field is an integer data type primary key field found in the LoanDocument table. This field holds a unique numerical identifier for each loan document stored in the table.

string
required
length ≥ 1

The field Name of data type nvarchar in the LoanDocument table stores text-based information up to 4,000 characters in length, such as information about loan documents related to a particular loan.

string | null

The EntityId field in the LoanDocument table is a data type of nvarchar with a maximum length of 450 characters. It is used to differentiate between loans and store them individually. The EntityId can be used as a foreign key in other related tables to identify each loan's associated documents and information.

int32 | null

The LoanId field of data type int in the LoanDocument table is used to uniquely identify each loan document record.

string | null

The EntityKeyValue of the LoanDocument field is a nvarchar data type used to store a unique identifier for an entity from the LoanDocument table. This field provides a way to quickly and easily identify and access a record in the table.

string
required
length between 1 and 450

DocumentTypeId of data type nvarchar with a maximum length of 450 in the LoanDocument table is a unique identification value assigned to every document type associated with a loan. It is used to track the different forms or documents associated with a particular loan and to ensure accuracy and compliance with loan requirements.

string | null

The FileName field of data type nvarchar in the LoanDocument table is used to store the name of the document related to a particular loan transaction. The file name is usually of the form LoanTransaction_ where the URN is a unique identifier of the loan transaction.

string
required
length ≥ 1

The Updater field in the LoanDocument table is an nvarchar field which records the identity of the user who last updated the document. This field is used for data integrity purposes, to ensure that if needed, the user accountable for the last modification of the document can be traced.

string | null

UpdaterPhoto is an nvarchar field in the LoanDocument table that holds the URL of a photo that represents the person who last updated the loan document.

string
required
length ≥ 1

The Creator field in the LoanDocument table is a nvarchar data type and is used to store the name of the person or entity responsible for creating the LoanDocument record.

string | null

The 'CreatorPhoto' field in the 'LoanDocument' table is an NVARCHAR (variable length) data type and is used to store a image of the LoanDocument creator's photo. This image will be stored as a file path and is used to identify the person who created the document.

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!