List of Documents
List of Documents
The List of Documents API is used to get all the documents that users supplied during loan creation and to build a Lod letter that certifies that the papers were received. The user add multiple document at once has to define the Form / Type they received the Documents.
This Is performed in two steps that are :
1. Fetch List Of Document Received for Loan Id
2. Download List Of Document Letter
Fetch List Of Document Details
GET Lod by Loan Id
This API enables the user to retrieve the List of Document for the Loan Id if already present or the user also has right to either Remove or ADD documents for the specified Loan Id using this API.
URL: {{base_url}}/loan-management/v1/getLodByLoanId
Request
Key | Data Type | Value |
loanId* | integer | - |
Response: 200
{ |
POST Master Data for List of Documents
To obtain Master data for List of Documents, utilise this API.
URL: {{base_url}}/loan-management/v1/getMasterType
Request
[
{
"type": "document_state"
},
{
"type": "document_type"
}
]
|
Download List Of Document Letter
GET List of Document
This API enables the user to retrieve the List of Document for the Loan Id.
URL: {{base_url}}/loan-management/v1/getLodPdf
Request
{ |
Response: 200
{} |
No Comments