Update Customer Ckyc
POST Update Customer Ckyc
This is the Loan management API used for updating customers Ckyc.
URL: {{base_url}}/loan-management/v1/updateCustomerCkyc
Request
Request Body Required
{ "ckyc_no": "string", "ckyc_status": "string", "ref_no": "string", "ckyc_generated_date": "string", "is_updated": true, "reason": "string" } |
No Comments