Skip to main content

Create Customer

POST Create Customer

This API will be use to onboard new customers in LMS

URL: {{base_url}}/lms/loan-management/v1/createCustomer

Request
Request Type: POST
Authorization: Bearer Token

Query Parameter
No Parameter
Request Body Required

{

"customer": [
            {
               "dob": "1996-02-20",
               "remarks": "",
               "obligations": [
                  {
                     "loan_amount": 100000,
                     "emi_amount": 5000,
                     "emis_paid": 10,
                     "financial_institution": "ABC Bank",
                     "remaining_loan_balance": 50000,
                     "bank_name": "ABC Bank"
                  }
               ],
               "email": [
                  {
                     "email": "gani227@gmail.com"
                  }
               ],
               "address": [
                  {
                     "line1": "Abcdf Jaipur Rajasthan ",
                     "line2": null,
                     "type": "business_address"
                  }
               ],
               "documents": [
                  {
                     "description": null,
                     "document_url": null,
                     "document_value": "String",
                     "is_verified": true,
                     "document_type": "String",
                     "document_status": "String", //Fetched From SynoFin Master by default null {pending, received, waiver, otc}  
                     "document_state": "String", //Fetched From SynoFin Master by default null {photocopy, original, certificate, notarized, original_punched, original_laminated} 
                     "receiving_date": "2022-07-04",
                     "document_file": "String",
                     "document_format": "url",
                     "loan_id": null
                  }
               ],
               "religion": "hindu",
               "caste": "general",
               "cibil": 0,
               "crif": 0,
               "industry": "salaried", //Fetched From SynoFin Master by default null
               "website": "test@synoriq.in",
               "first_name": "String",
               "last_name": "String",
               "middle_name": "String",
               "gender_id": "female",
               "category_id": null, //Fetched From SynoFin Master by default null
               "place_of_birth": "",
               "marital_status_id": "single", //Fetched From SynoFin Master by default null {single, married, divorced, widow}
               "country_code": "+91",
               "contact_person_name": "Test Synoriq",
               "contact_person_mobile": "",
               "contact_person_email": "",
               "preferred_address": null,
               "ckyc_number": "",
               "upi_id": "",
               "phone_number": [
                  {
                     "type": "1",
                     "phone": "",
                     "code": null,
                     "extn": ""
                  }
               ],
               "related_people": [
                  {
                     "age": 32,
                     "dependants": null,
                     "remarks": "String",
                     "name": "String",
                     "address": {
                        "line1": "String",
                        "type": null
                     },
                     "dob": null,
                     "degree_id": null,
                     "phone_number": [
                        {
                           "type": "1",
                           "phone": "number",
                           "code": "",
                           "extn": "",
                           "is_whatsapp_no": false
                        }
                     ],
                     "occupation_id": "String", //Fetched From SynoFin Master by default null
                     "same_occupation": false, //Optional Can be Null
                     "living_with_him": false, //Optional Can be Null
                     "medical_condition": "good", //Optional Can be Null
                     "maiden_name": "String", //Optional Can be Null
                     "people_type": "String", //Fetched From SynoFin Master {family, inlaw, etc}
                     "relation_id": "String", //Fetched From SynoFin Master {uncle, son_in_law, sister_in_law, etc}
                     "education_qualification_id": null //Fetched From SynoFin Master by default null
                  }
               ],
               "customer_id": 0,
               "preferred_language": "String",
               "bank_details": [
                  {
                     "branch_name": "String", //Optional
                     "account_number": "String",
                     "bank_name": "String",
                     "is_repayment_account": true,
                     "is_default_account": true,
                     "branch_ifsc": "String",
                     "account_type": "String", //Fetched From SynoFin Master {savings, cash_credit, kcc_account, etc}
                     "nach_detail": {
                        "mandate_type": "String", //Fetched from SynoFin Master {ecs, auto_debit, physical etc.},
                        "umrn": "79372973922",
                        "is_active": true
                     }
                  }
               ],
               "business_details": [
                  {
                     "landmark": "String", //Optional
                     "phone": "",
                     "msme": false, //Optional
                     "state": "String",
                     "district": "String",
                     "city": "String",
                     "earner": true,
                     "company_or_firm_name": "String",
                     "gross_monthly_income": 0,
                     "total_work_experience": 0,
                     "major_occupation": true,
                     "full_address": "String",
                     "preferred_communication": false, //Optional
                     "pin_code": "number",
                     "total_expense": 0,
                     "udyog_aadhar": "String", //Optional 
                     "occupation_type": "String" //Fetched From SynoFin Master {student, self_employed_professional, salaried_bank, etc}
                  }
               ],
               "institution_details": [
                  {
                     "employer_name": "employerName_value",
                     "industry": "fabrication", //Fetched From SynoFin Master {toy_shop, electric_repair_plumbing, metal_fabrication, etc}
                     "sub_industry": "subIndustry_value", //Fetched From SynoFin Master {photographic_and_allied_products, plastic_resins, clearing_and_forwarding_agents, etc}
                     "institution_name": "Synoriq Pvt. Ltd.",
                     "institute_description": "IT servies provider",
                     "nature_of_business": "business", //Fetched From SynoFin Master {manufacturing, services, industrial, etc}
                     "registration_number": 0,
                     "net_worth": 0.0,
                     "employee_strength": "employeeStrength_value",
                     "website_link": "websiteLink_value",
                     "remarks": "remarks_value",
                     "turnover": 0.0 // Replace with the actual turnover
                  }
               ],
               "customer_type": "String", //Fetched From SynoFin Master {applicant, coapplicant, guarantor, etc}
               "relationship_with_applicant": null, //Auto Fetch from "customer_relationship_id" (For System Use)
               "customer_relationship_id": "String",
               "is_individual": true,
               "constitution_type": "String", //Fetched From SynoFin Master it is Optional {private_limited_co, limited_liability_partnership, government, etc}
               "authorized_signatory": null, //Optional
               "bureau_score": 0,
               "registration_number": null,
               "registration_type": null,
               "sub_industry": "others", //Fetched From SynoFin Master And is Optional {private_limited_co, limited_liability_partnership, government, etc}
               "msme_flag": false,
               "msme_subtype": null,
               "customer_category": null, //If is_individual true then it will set as "Individual" Else will be "Non Individual"  
               "commercial_bureau_score": 0,
               "kyc_risk_categorization": null, //Optional,
               "insurance_data": [
                  {
                     "policy_holder_name": "String",
                     "insurance_vendor": "String",
                     "insurance_amount": 3000.0,
                     "policy_start_date": "2023-05-20",
                     "policy_end_date": "2023-08-20",
                     "premium_amt": 300.0,
                     "insurance_type": "String",
                     "policy_no": "String",
                     "unique_identifier": "String"
                  }
               ],
               "equifax": 0,
               "education_qualification": null, //Fetched From SynoFin Master by default null
               "total_expense": 0
            }
         ]

}


Request: 200

{

    "response": true,

    "data": {

        "global_customer_id": "GLBCUST202442",

        "applicant_customer_id": 5345947

    },

    "error": null,

    "timestamp": "2024-10-11T14:39:40.169+00:00"

}