Loan Save New
POST Loan Creation / Loan Save
This endpoint allows the creation and saving of loan applications within the Synofin loan management system. Users can submit a request with the necessary details to initiate the loan application process.
Endpoint:
{{base_url}}/loan-management/v1/loan/save
Attribute
Loan Application Base DTO
Customer Details Object
Customer Details Base Object
Email Object
Attributes |
Data Type |
Description |
Mandatory |
type |
String |
|
|
email |
String |
|
|
Address Object
Attributes |
Data Type |
Description |
Mandatory |
line1 |
String |
|
|
line2 |
String |
|
|
pincode |
Integer |
|
|
city |
String |
|
|
state |
String |
|
|
country |
String |
|
|
type |
String |
|
|
state_code |
String |
|
|
residence_type |
String |
|
|
Document Detail Object
Attributes |
Data Type |
Description |
Mandatory |
description |
|
|
|
document_url |
|
|
|
document_value |
|
|
|
is_verified |
|
|
|
applicant_type |
|
|
|
customer_name |
|
|
|
other_document_name |
|
|
|
customer_id |
|
|
|
document_type |
|
|
|
document_status |
|
|
|
document_state |
|
|
|
receiving_date |
|
|
|
document_file |
|
|
|
document_format |
|
|
|
loan_id |
|
|
|
document_stage |
|
|
|
disbursal_stage |
|
|
|
document_department |
|
|
|