Save IMD Charges for Loan Application
POST ImdCharge/save
This is the Loan management API used for saving IMD charges for Loan applications.
URL: {{base_url}}/loan-management/v1/imdCharge/save
Request
Request Body Required
| { "transaction_type": "string", "transaction_amount": 0, "transaction_date": "2023-04-06T08:11:15.084Z", "transaction_id": 0, "charge_code": "string", "loan_application_number": "string", "is_tax_applicable": true, "caf_number": "string", "product": "string", "scheme": "string", "bank_code": "string" } |