Skip to main content

Fetch Editable Details for Loan

POST Get Editable Details

This is the Loan management API used for fetching editable details for loans.

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

Request
Request Type: POST
Authorization: Bearer Token

Query Parameter
No Parameter
Request Body Required
{
  "loan_id": 0,
  "loan_detail": [
    {
      "foir": 0,
      "ltv_ratio": 0,
      "sourcing_rm": 0,
      "sourcing_channel": "string",
      "customer_name": "string",
      "sourcing_branch": 0,
      "sourcing_channel_type": "string"
    }
  ],
  "disbursal_breakup_detail": [
    {
      "payee_name": "string",
      "business_partner_type": "string",
      "disbursal_payment_details": "string",
      "bank_name": "string",
      "account_number": "string",
      "instrument_type": "string",
      "payment_status": "string"
    }
  ],
  "customer_loan_info": [
    {
      "gender": "string",
      "category": "string",
      "religion": "string",
      "caste": "string",
      "cibil": 0,
      "aadhar": "string",
      "pan": "string",
      "passport": "string",
      "customer_id": 0,
      "constitution_type": "string",
      "customer_dob": "string",
      "marital_status": "string",
      "voter_id": "string",
      "driving_license": "string",
      "form_60": "string"
    }
  ],
  "customer_contact_detail": [
    {
      "name": "string",
      "number": "string",
      "customer_id": 0,
      "whatsapp_number": "string",
      "email_id": "string",
      "current_address": "string",
      "permanent_address": "string",
      "office_address": "string"
    }
  ],
  "customer_business_information": [
    {
      "designation": "string",
      "landmark": "string",
      "state": 0,
      "district": 0,
      "city": 0,
      "customer_id": 0,
      "is_earner": true,
      "occupation_type": "string",
      "company_or_firm_name": "string",
      "gross_monthly_income": 0,
      "total_work_experience": 0,
      "major_occupation": true,
      "full_address": "string",
      "pin_code": "string",
      "phone_number": "string",
      "preferred_communication": true
    }
  ],
  "customer_family_information": [
    {
      "name": "string",
      "age": 0,
      "dependants": 0,
      "occupation": "string",
      "remarks": "string",
      "customer_id": 0,
      "relation_id": "string",
      "education_qualification_id": "string",
      "degree_name": "string",
      "contact_number": "string",
      "is_occupation_same_as_applicant": true,
      "living_with_applicant": true,
      "medical_condition": "string"
    }
  ],
  "customer_in_law_details": [
    {
      "name": "string",
      "address": "string",
      "occupation": "string",
      "customer_id": 0,
      "relation_id": "string",
      "phone_number": "string"
    }
  ],
  "customer_references": [
    {
      "name": "string",
      "address": "string",
      "occupation": "string",
      "remarks": "string",
      "customer_id": 0,
      "relation_id": "string",
      "phone_number": "string"
    }
  ],
  "customer_obligation": [
    {
      "customer_id": 0,
      "loan_amount": 0,
      "emi_amount": 0,
      "emi_paid": 0,
      "remaining_loan_balance": 0,
      "bank_name": "string"
    }
  ],
  "customer_bank_details": [
    {
      "customer_id": 0,
      "is_repayment_account": true,
      "account_number": "string",
      "bank_name": "string",
      "account_type": "string",
      "is_disbursal_account": true,
      "ifsc_code": "string"
    }
  ],
  "collateral_details": [
    {
      "marking": "string",
      "country": "string",
      "address": "string",
      "pincode": 0,
      "state": 0,
      "city": 0,
      "district": 0,
      "taluka": 0,
      "village": 0,
      "remarks": "string",
      "collateral_type": "string",
      "collateral_id": 0,
      "collateral_subtype": "string",
      "repossession_status": "string",
      "property_type": "string",
      "nature_of_property": "string",
      "is_building_constructed": true,
      "property_classification": "string",
      "property_ownership": "string",
      "market_value": 0,
      "built_up_area": "string",
      "carpet_area": "string",
      "property_purpose": "string",
      "age_of_property": 0,
      "residual_age_of_property": 0,
      "sub_registrar": "string",
      "address_type": "string",
      "plot_number": 0,
      "seller_name": "string",
      "present_registered_owner": "string",
      "tct_no": 0,
      "lot_no": 0,
      "percentage_share": 0,
      "current_usage": "string",
      "is_property_registered_in_favour_of_borrower": true,
      "agreement_type": "string",
      "registration_no": "string",
      "sale_deed_date": "2023-04-06T08:19:07.599Z",
      "agreement_value": 0,
      "amenities_agreement_value": 0,
      "ownership_status": "string",
      "owner_name": "string",
      "ownership_percentage_share": 0,
      "ownership_dates": {},
      "policy_cover_note_number": "string",
      "insurance_company": "string",
      "start_date_disburse_date": "2023-04-06T08:19:07.599Z",
      "insurance_term": "string",
      "coverage_amount": 0,
      "premium_amount": 0,
      "insurance_deviation_details": "string",
      "transaction_ref_id": "string",
      "cersai_security_interest_id": "string",
      "cersai_no_of_borrowers": 0,
      "cersai_no_of_documents": 0,
      "cersai_no_of_third_parties": 0,
      "cost_of_asset": 0,
      "token_field": 0,
      "cersai_security_interest_creation_date": "2023-04-06T08:19:07.599Z"
    }
  ]
}

Request: 200
{
    "response": true,
    "data": {},
    "error": {}
}