Save LOD Documents for Loan
POST lod/document/save
This is the Loan management API used for saving lod documents for the respective Loan.
URL: {{base_url}}/loan-management/v1/lod/document/save
Request
Request Body Required
{ "loan_id": 0, "document_id": "string", "document_description": "string", "document_type": "string", "document_name": "string", "document_date": "2023-04-06T07:57:33.717Z", "generated_date": "2023-04-06T07:57:33.717Z", "document_state": "string", "document_status": "string", "is_new": true } |
No Comments