Skip to main content

Update Customers Basic Details

POST Customer Details

This is the Loan management API used to update customers' basic details.

URL: {{base_url}}/loan-management/v1/getCustomerBasicLoanDetails

Request
Request Type: GET
Authorization: Bearer Token

Body
{
    "service_request_type": "edit_customer_detail",
    "service_request_subtype": "2",
    "service_type": "basic_info",
    "loan_id": "12226",
    "request_data": {
        "customer_id": 16760,
        "constitution_type": "",
        "dob_doi": "1981-02-28",
        "gender": "male",
        "marital_status": "married",
        "religion": "hindu",
        "category": "",
        "driving_licence": "",
        "form_60": "",
        "caste": "other",
        "voter_id": "",
        "passport": "",
        "pan": "FBJPP7205R",
        "cibil": 776,
        "transaction_date": "2024-09-10"
    },
    "service_request_id": ""
}