> For the complete documentation index, see [llms.txt](https://docs.tutelar.io/tutelar-api-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tutelar.io/tutelar-api-document/kyc-verification/document-verification/india/myneta-candidate-screening.md).

# Myneta Candidate Screening

The API can be used as part of a **candidate screening / background verification process** to compare submitted candidate details against publicly available records and identify potential matches or discrepancies.

## myneta\_candidate\_screening

<mark style="color:green;">`POST`</mark> `https://secctrl.tutelar.io/api/v1/kyc/identity/myneta_candidate_screening`

### Post parameters For  description is given below,

<table><thead><tr><th width="197.12109375">Post Parameter </th><th width="139">Type</th><th width="212.17578125">Is  Mandatory</th><th>Description</th></tr></thead><tbody><tr><td>candidateName </td><td>String</td><td>Yes</td><td>candidate Name</td></tr><tr><td>fatherName</td><td>String</td><td>Yes</td><td>father Name</td></tr><tr><td>party</td><td>String</td><td>No</td><td>party code</td></tr><tr><td>state</td><td>String </td><td>No</td><td>state Name</td></tr></tbody></table>

#### Sample Post Parameter&#x20;

```json
{
    "candidateName": "M.K.Stalin",
    "party": "DMK",
    "fatherName":"Karunanithi",
    "state":"Tamil Nadu"
}
```

#### State and party list

{% tabs %}
{% tab title="Party list" %}

```json
 [
            {
                "name": "Aam Aadmi Party",
                "code": "AAP"
            },
            {
                "name": "Bharatiya Janata Party",
                "code": "BJP"
            },
            {
                "name": "Indian National Congress",
                "code": "INC"
            },
            {
                "name": "Communist Party of India (Marxist)",
                "code": "CPI(M)"
            },
            {
                "name": "Bahujan Samaj Party",
                "code": "BSP"
            },
            {
                "name": "Nationalist Congress Party",
                "code": "NCP"
            },
            {
                "name": "Shiv Sena",
                "code": "SS"
            },
            {
                "name": "All India Trinamool Congress",
                "code": "AITC"
            },
            {
                "name": "Dravida Munnetra Kazhagam",
                "code": "DMK"
            },
            {
                "name": "Telugu Desam Party",
                "code": "TDP"
            },
            {
                "name": "Rashtriya Janata Dal",
                "code": "RJD"
            },
            {
                "name": "Samajwadi Party",
                "code": "SP"
            },
            {
                "name": "Janata Dal (United)",
                "code": "JD(U)"
            },
            {
                "name": "All India Anna Dravida Munnetra Kazhhagam",
                "code": "AIADMK"
            },
            {
                "name": "Akhil Bharatiya Akali Dal",
                "code": "ABAD"
            },
            {
                "name": "All India Forward Bloc",
                "code": "AIFB"
            },
            {
                "name": "All India Majlis-e-Ittehadul Muslimeen",
                "code": "AIMIM"
            },
            {
                "name": "Biju Janata Dal",
                "code": "BJD"
            },
            {
                "name": "Communist Party of India",
                "code": "CPI"
            },
            {
                "name": "Dravida Munnetra Kazhagam (DMK)",
                "code": "DMK"
            },
            {
                "name": "Indian Union Muslim League",
                "code": "IUML"
            },
            {
                "name": "Janata Dal (Secular)",
                "code": "JD(S)"
            },
            {
                "name": "Lok Janshakti Party",
                "code": "LJP"
            },
            {
                "name": "Marumalarchi Dravida Munnetra Kazhagam",
                "code": "MDMK"
            },
            {
                "name": "National Conference",
                "code": "NC"
            },
            {
                "name": "Rashtriya Lok Dal",
                "code": "RLD"
            },
            {
                "name": "Rashtriya Lok Samata Party",
                "code": "RLSP"
            },
            {
                "name": "Revolutionary Socialist Party",
                "code": "RSP"
            },
            {
                "name": "Samajwadi Janata Party (Rashtriya)",
                "code": "SJP(R)"
            },
            {
                "name": "Shiromani Akali Dal",
                "code": "SAD"
            },
            {
                "name": "Swatantra Party",
                "code": "SP"
            },
            {
                "name": "Telangana Rashtra Samithi",
                "code": "TRS"
            },
            {
                "name": "Yuvajana Sramika Rythu Congress Party",
                "code": "YSRCP"
            }
        ]
```

{% endtab %}

{% tab title="State list" %}

```json
[
           {
                "name": "Andhra Pradesh",
                "code": "AP"
            },
            {
                "name": "Arunachal Pradesh",
                "code": "AR"
            },
            {
                "name": "Assam",
                "code": "AS"
            },
            {
                "name": "Bihar",
                "code": "BR"
            },
            {
                "name": "Chhattisgarh",
                "code": "CG"
            },
            {
                "name": "Goa",
                "code": "GA"
            },
            {
                "name": "Gujarat",
                "code": "GJ"
            },
            {
                "name": "Haryana",
                "code": "HR"
            },
            {
                "name": "Himachal Pradesh",
                "code": "HP"
            },
            {
                "name": "Jharkhand",
                "code": "JH"
            },
            {
                "name": "Karnataka",
                "code": "KA"
            },
            {
                "name": "Kerala",
                "code": "KL"
            },
            {
                "name": "Madhya Pradesh",
                "code": "MP"
            },
            {
                "name": "Maharashtra",
                "code": "MH"
            },
            {
                "name": "Manipur",
                "code": "MN"
            },
            {
                "name": "Meghalaya",
                "code": "ML"
            },
            {
                "name": "Mizoram",
                "code": "MZ"
            },
            {
                "name": "Nagaland",
                "code": "NL"
            },
            {
                "name": "Odisha",
                "code": "OD"
            },
            {
                "name": "Punjab",
                "code": "PB"
            },
            {
                "name": "Rajasthan",
                "code": "RJ"
            },
            {
                "name": "Sikkim",
                "code": "SK"
            },
            {
                "name": "Tamil Nadu",
                "code": "TN"
            },
            {
                "name": "Telangana",
                "code": "TS"
            },
            {
                "name": "Tripura",
                "code": "TR"
            },
            {
                "name": "Uttar Pradesh",
                "code": "UP"
            },
            {
                "name": "Uttarakhand",
                "code": "UK"
            },
            {
                "name": "West Bengal",
                "code": "WB"
            },
            {
                "name": "Andaman and Nicobar Islands",
                "code": "AN"
            },
            {
                "name": "Chandigarh",
                "code": "CH"
            },
            {
                "name": "Dadra and Nagar Haveli and Daman and Diu",
                "code": "DH"
            },
            {
                "name": "Delhi",
                "code": "DL"
            },
            {
                "name": "Jammu and Kashmir",
                "code": "JK"
            },
            {
                "name": "Ladakh",
                "code": "LA"
            },
            {
                "name": "Lakshadweep",
                "code": "LD"
            },
            {
                "name": "Puducherry",
                "code": "PY"
            }
        ]
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="200: Success Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "5c7a9428-4bfd-4a62-a78a-febfdfc62c9d",
    "status": "completed",
    "result": {
        "matchId": "match_9000a64f71",
        "winnerCount": 0,
        "searchDate": "Aug 19, 2026, 1:21:38 PM",
        "name": "C. Joseph Vijay",
        "fatherName": "Chandrasekar",
        "party": "Tamilaga Vettri Kazhagam",
        "matchScore": 72,
        "state": "Tamil Nadu",
        "electionCount": 1,
        "groupCount": 1,
        "image": "https://myneta.info/images_candidate/TamilNadu2026/478921d77fcde4fcdc2e365b7183bf23bccdcb2b.jpg",
        "scoreBreakdown": {
            "name": 50,
            "fatherName": 86,
            "party": null,
            "state": 100
        },
        "elections": [
            {
                "name": "Tamil Nadu 2026",
                "constituency": "TIRUCHIRAPPALLI (EAST)",
                "party": "Tamilaga Vettri Kazhagam",
                "winner": false,
                "criminalCaseCount": 2,
                "indvScore": 72,
                "scoreBreakdown": {
                    "name": 50,
                    "fatherName": 86,
                    "party": null,
                    "state": 100
                },
                "profile": {
                    "criminal": true,
                    "detail": {
                        "name": "C. JOSEPH VIJAY",
                        "winner": false,
                        "constituency": "TIRUCHIRAPPALLI (EAST)  (TIRUCHIRAPPALLI)",
                        "imageUrl": "https://myneta.info/images_candidate/TamilNadu2026/478921d77fcde4fcdc2e365b7183bf23bccdcb2b.jpg",
                        "electionHistory": [],
                        "party": "Tamilaga Vettri Kazhagam",
                        "relation": "S.A Chandrasekaran",
                        "age": 51,
                        "voterInfo": "27 Sholinganallur constituency, at Serial no 121  in Part no   282",
                        "selfProfession": "Self Employed, Editor-Vijay Vidhyashiram , Managing Director- Jayanagar Property P. Ltd. Trustee-Vidya Charitable Trust, Trustee- Vijay Charitable Trust , Trustee-Sai Vijay Charitable Trust",
                        "spouseProfession": "Housewife",
                        "criminalCaseCount": 2,
                        "criminalCharges": [
                            "2  charges related to Being member of an unlawful assembly. (BNS Section-189(2))",
                            "1  charges related to Wrongfully restraining any person. (BNS Section-126(2))",
                            "1  charges related to Disobedience to order duly promulgated by public servant (BNS Section-223)",
                            "1  charges related to Punishment for voluntarily causing hurt (BNS Section-115(2))"
                        ],
                        "casesPending": [
                            {
                                "serial": "1",
                                "firNo": "74/2026, K5 Peravallur Police Station",
                                "caseNo": "",
                                "court": "",
                                "lawType": "BNS",
                                "ipcSections": "126(2), 189(2), 223",
                                "otherDetails": "Sction 3(a) and 35 of TNCP Act, Case has been revealed through the media.",
                                "chargesFramed": "No",
                                "chargesDate": "",
                                "appealFiled": "No"
                            },
                            {
                                "serial": "2",
                                "firNo": "108/2025, Koodakovil Police Station, Madurai Dist.",
                                "caseNo": "",
                                "court": "",
                                "lawType": "BNS",
                                "ipcSections": "189(2) , 296(b) ,115(2)",
                                "otherDetails": "I have not received any summons or information from the police regarding this criminal case. I have mentioned this case here because the details of this case have only recently come to light.",
                                "chargesFramed": "No",
                                "chargesDate": "",
                                "appealFiled": "No"
                            }
                        ],
                        "casesConvicted": [],
                        "assets": "Rs 6,48,85,90,407 ~648 Crore+",
                        "liabilities": "Rs 7,63,60,016 ~7 Crore+",
                        "movableAssets": [
                            {
                                "description": "Cash",
                                "serial": "i",
                                "self": "1,10,000  1 Lacs+",
                                "spouse": "1,00,000  1 Lacs+",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 2,10,000 \n2 Lacs+"
                            },
                            {
                                "description": "Deposits in Banks, Financial Institutions and Non-Banking Financial Companies",
                                "serial": "ii",
                                "self": "IOB, Saligaramam \n 2,13,36,15,943  213 Crore+ \n\nAxis Bank, Indra Nagar\n 5,79,29,447  5 Crore+ \n\nHDFC, Besant Nagar\n 77,22,449  77 Lacs+ \n\nState Bank, Shasthri Nagar \n 16,205  16 Thou+ \n\nICICI Bank, Alwarpet \n 4,99,320  4 Lacs+ \n\nIOB, Kodambakam\n 25,00,00,000  25 Crore+ \n\nAxis Bank, Indra Nagar\n 40,00,01,000  40 Crore+ \n\nHDFC, Besant Nagar\n 20,00,00,000  20 Crore+ \n\nIOB (for election expenses 12-Perambur) Saligramam\n 1,00,000  1 Lacs+ \n\nIOB (for election expenses 141-Tiruchirappalli) Saligramam\n 90,000  90 Thou+ \n\nState Bank Shastri Nagar Branch, Fixed Deposit\n 15,00,00,000  15 Crore+",
                                "spouse": "HDFC Bank, Besant Nagar \n 43,41,421  43 Lacs+ \n\nHDFC Bank, Besant Nagar \n 10,00,00,000  10 Crore+ \n\nJayanagar Property pvt\n 97,000  97 Thou+",
                                "huf": "Nil",
                                "dep1": "HDFC Bank, Besant Nagar \n 96,866  96 Thou+",
                                "dep2": "HDFC Bank, Besant Nagar \n 3,19,914  3 Lacs+",
                                "dep3": "Nil",
                                "total": "Rs 3,30,48,29,565 \n330 Crore+"
                            },
                            {
                                "description": "Bonds, Debentures and Shares in companies",
                                "serial": "iii",
                                "self": "Jaya Nagar Property pvt ltd\n 19,03,000  19 Lacs+ \n\nIndian Overseas Bank \n 9,600  9 Thou+ \n\nSun papermill Ltd \n 25,000  25 Thou+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 19,37,600 \n19 Lacs+"
                            },
                            {
                                "description": "(a) NSS, Postal Savings etc",
                                "serial": "iv",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "(b)LIC or other insurance Policies",
                                "serial": "iv",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Personal loans/advance given",
                                "serial": "v",
                                "self": "Sunil Raj\n 1,50,00,000  1 Crore+ \n\nN Anand\n 3,00,00,000  3 Crore+ \n\nV Ravichandran\n 5,00,00,000  5 Crore+ \n\nA B L Atonius Brito \n 20,00,00,000  20 Crore+ \n\nKogillambal Educational Trust\n 20,00,00,000  20 Crore+ \n\nKiran Leap Infotech \n 2,34,00,000  2 Crore+ \n\nJaya Nagar Property Ltd \n 94,00,000  94 Lacs+ \n\nChandrashekar \n 3,02,71,931  3 Crore+ \n\nShoba Shekar\n 87,12,018  87 Lacs+ \n\nSangeetha Vijay \n 12,60,53,615  12 Crore+ \n\nJayson Sanjay \n 8,78,479  8 Lacs+ \n\nDivya Shasha\n 4,60,000  4 Lacs+ \n\nVidya Charitable Trust \n 5,84,21,000  5 Crore+ \n\nVijay Vidyashram \n 24,96,000  24 Lacs+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 75,50,93,043 \n75 Crore+"
                            },
                            {
                                "description": "Motor Vehicles (details of make, etc.)",
                                "serial": "vi",
                                "self": "Car BMW 530 TN 07 CV 3031 Year 2020\n 80,54,119  80 Lacs+ \n\nCar Toyoto Lexux TN 14 AL 0277 Year 2024\n 3,01,57,881  3 Crore+ \n\nCar Toyoto Vellfire TN 14 AM 0277 Year 2024\n 1,63,45,118  1 Crore+ \n\nCar BMW 17 TN 14 AH 0277 Year 2024\n 2,00,64,296  2 Crore+ \n\nCar Maruthi Swift TN 14 AK 6791 Year 2024\n 5,35,000  5 Lacs+ \n\nTwo-Wheeler TVS XL SUPER TN 14 AP 4284 Year 2025 \n 67,400  67 Thou+ \n\nTata Caravan 2025, TN14AS0277\n 6,00,25,000  6 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 13,52,48,814 \n13 Crore+"
                            },
                            {
                                "description": "Jewellery (give details weight value)",
                                "serial": "vii",
                                "self": "Silver \n 15,00,000  15 Lacs+ \n\nGold 883 Grams \n 1,20,18,375  1 Crore+",
                                "spouse": "Silver 2 Kilo \n 4,75,000  4 Lacs+ \n\nGold 3132 Grams \n 4,07,16,000  4 Crore+ \n\nDiamond 134.91 carat \n 1,00,00,000  1 Crore+",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 6,47,09,375 \n6 Crore+"
                            },
                            {
                                "description": "Other assets, such as values of claims / interests",
                                "serial": "viii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            }
                        ],
                        "immovableAssets": [
                            {
                                "description": "Agricultural Land",
                                "serial": "i",
                                "self": "Vilpatty Village Kodaikanal Survey No.2120(Part Field 3)\n \n\n\t\t\t\t\tTotal Area 0.25 Acre  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1997-01-31 \n\n\n\t\t\t\t\tPurchase Cost 15000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 10,00,000  10 Lacs+ \n\nVilpatty Village Kodaikanal Survey No 2120 (Part Field 4)\n \n\n\t\t\t\t\tTotal Area 0.25 Acre \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1997-01-31 \n\n\n\t\t\t\t\tPurchase Cost 15000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 10,00,000  10 Lacs+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 20,00,000 \n20 Lacs+"
                            },
                            {
                                "description": "Non Agricultural Land",
                                "serial": "ii",
                                "self": "Porur Village Survey No 4/3B,3D,3C \n \n\n\t\t\t\t\tTotal Area 33955 Sq  ft \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2010-06-21 \n\n\n\t\t\t\t\tPurchase Cost 91391456.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 15,00,00,000  15 Crore+ \n\nSaligramam Village Survey No. 12/1 Block 7 \n \n\n\t\t\t\t\tTotal Area 2400 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1999-01-25 \n\n\n\t\t\t\t\tPurchase Cost 1985000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 2,00,00,000  2 Crore+ \n\nNeelangarai Village Survey No. 28/1B,28/3A,28/3B\n \n\n\t\t\t\t\tTotal Area 9600 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2013-06-06 \n\n\n\t\t\t\t\tPurchase Cost 28357920.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 5,00,00,000  5 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 22,00,00,000 \n22 Crore+"
                            },
                            {
                                "description": "Commercial Buildings",
                                "serial": "iii",
                                "self": "Paadigramam Chennai Survey No.194/1(part) 194/2(part)\n \n\n\t\t\t\t\tTotal Area 11854 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2009-03-03 \n\n\n\t\t\t\t\tPurchase Cost 19559100.00 \n\n\n\t\t\t\t\tDevelopment Cost 39000747.00\n 7,00,00,000  7 Crore+ \n\nThyagaraya Nagar, Village Survey No S 6313/2 Block 138\n \n\n\t\t\t\t\tTotal Area 7200 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2014-12-11 \n\n\n\t\t\t\t\tPurchase Cost 174313815.00 \n\n\n\t\t\t\t\tDevelopment Cost 173039670.00\n 35,00,00,000  35 Crore+ \n\nKollinganallur Village Survey No 12/1B 11 A1A1A/A1A1A1(part)\n \n\n\t\t\t\t\tTotal Area 7200 Sq ft \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2012-07-18 \n\n\n\t\t\t\t\tPurchase Cost 27237120.00 \n\n\n\t\t\t\t\tDevelopment Cost 15561140.00\n 5,00,00,000  5 Crore+ \n\nKoppur Village Survey No. 7/4B\n \n\n\t\t\t\t\tTotal Area 100188 Sq ft (2.30 Acre) \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2023-11-22 \n\n\n\t\t\t\t\tPurchase Cost 358193010.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 35,81,93,010  35 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 82,81,93,010 \n82 Crore+"
                            },
                            {
                                "description": "Residential Buildings",
                                "serial": "iv",
                                "self": "Neelankarai Village SY No. 92/2\n \n\n\t\t\t\t\tTotal Area 17100 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 18633 sq.ft \n\n\n\t\t\t\t\tWhether Inherited Y \n\n\n\t\t\t\t\tPurchase Date 0000-00-00 \n\n\n\t\t\t\t\tPurchase Cost 0.00 \n\n\n\t\t\t\t\tDevelopment Cost 187374753.00\n 20,00,00,000  20 Crore+ \n\nSaligramam Village Sy No. 79/0 Block 36\n \n\n\t\t\t\t\tTotal Area 3420 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 6912 sq.ft \n\n\n\t\t\t\t\tWhether Inherited Y \n\n\n\t\t\t\t\tPurchase Date 0000-00-00 \n\n\n\t\t\t\t\tPurchase Cost 0.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 1,83,69,000  1 Crore+ \n\nSaligramam Village Sy No.107/2A1A3 Block 36\n \n\n\t\t\t\t\tTotal Area 3420 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 6912 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1998-09-23 \n\n\n\t\t\t\t\tPurchase Cost 1200000.00 \n\n\n\t\t\t\t\tDevelopment Cost 3196331.00\n 1,80,00,000  1 Crore+ \n\nMylapore Village SY No.4569/34, 4569/35,4569/17 Block 100, 4310/5 Block 100\n \n\n\t\t\t\t\tTotal Area UDS 2047.8541 of 97156 \n\n\n\t\t\t\t\tBuilt Up Area 8762 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2021-12-03 \n\n\n\t\t\t\t\tPurchase Cost 9721165.00 \n\n\n\t\t\t\t\tDevelopment Cost 413362765.00\n 45,00,00,000  45 Crore+ \n\nOorur Village R.S No. 1 Block 36\n \n\n\t\t\t\t\tTotal Area UDS 1236.65 of 4903 \n\n\n\t\t\t\t\tBuilt Up Area 2127 \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2007-11-29 \n\n\n\t\t\t\t\tPurchase Cost 13500000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 3,00,00,000  3 Crore+ \n\npallipattu village DS No.12, 11 part, block 10\n \n\n\t\t\t\t\tTotal Area UDS 1500 of 3000 \n\n\n\t\t\t\t\tBuilt Up Area 1700 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2000-06-12 \n\n\n\t\t\t\t\tPurchase Cost 1870000.00 \n\n\n\t\t\t\t\tDevelopment Cost 8912795.00\n 2,50,00,000  2 Crore+ \n\nSholinganur Village Sy NO.12/169 \n \n\n\t\t\t\t\tTotal Area 7200 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 6800 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2015-12-21 \n\n\n\t\t\t\t\tPurchase Cost 45000000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 6,00,00,000  6 Crore+ \n\nBadur Village Sy.No12/1\n \n\n\t\t\t\t\tTotal Area 12000 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 300 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2009-07-13 \n\n\n\t\t\t\t\tPurchase Cost 20527903.00 \n\n\n\t\t\t\t\tDevelopment Cost 1371235.00\n 10,00,00,000  10 Crore+ \n\nBadur Village Sy No.58/12 60/2,61,62 103 Part 58/12\n \n\n\t\t\t\t\tTotal Area 2.65 Acre \n\n\n\t\t\t\t\tBuilt Up Area 102108 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2016-08-24 \n\n\n\t\t\t\t\tPurchase Cost 115188120.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 15,00,00,000  15 Crore+ \n\nKorattur Village Sy No.1040\n \n\n\t\t\t\t\tTotal Area 18573 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 5000 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2009-03-03 \n\n\n\t\t\t\t\tPurchase Cost 19528800.00 \n\n\n\t\t\t\t\tDevelopment Cost 78447751.00\n 10,00,00,000  10 Crore+",
                                "spouse": "Pallipattu Village DS No.12 , R S No.11 Part Block 107\n \n\n\t\t\t\t\tTotal Area UDS 1500 of 3000 \n\n\n\t\t\t\t\tBuilt Up Area 1300 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2000-06-08 \n\n\n\t\t\t\t\tPurchase Cost 1700000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 2,50,00,000  2 Crore+",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 1,17,63,69,000 \n117 Crore+"
                            },
                            {
                                "description": "Others",
                                "serial": "v",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            }
                        ],
                        "liabilitiesDetail": [
                            {
                                "description": "Loans from Banks / FIs",
                                "serial": "i",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Loans due to Individual / Entity",
                                "serial": "i",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Any other Liability",
                                "serial": "i",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with government accommodation",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with supply of water",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with supply of electricity",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with telephones",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with supply of transport",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Income Tax Dues",
                                "serial": "ii",
                                "self": "AS per Bangalore CPC cell 2011-12\n 91,36,450  91 Lacs+ \n\n2015-16\n 88,96,818  88 Lacs+ \n\n2022-23\n 14,13,374  14 Lacs+ \n\n2015-16\n 1,50,00,000  1 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 3,44,46,642 \n3 Crore+"
                            },
                            {
                                "description": "Wealth Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Service Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Property Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Sales Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "GST Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Any Other Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Whether any other liabilities are in dispute, if so, mention the amount involved and the authority before which it is pending",
                                "serial": "iv",
                                "self": "2015-16\n 1,50,00,000  1 Crore+ \n\n2022-23\n 14,13,374  14 Lacs+ \n\nAY2020-21 - ITAT, Chennai Intimation received on 02.04.2026. \n 2,55,00,000  2 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 4,19,13,374 \n4 Crore+"
                            }
                        ],
                        "education": "Category: 12th Pass B.Sc. (Dropout), Loyola College, Chennai, University of Madras, 1992",
                        "itr": [
                            {
                                "relation": "self",
                                "panGiven": "Y",
                                "fy": "2024 - 2025",
                                "income": "2024 - 2025  **  Rs 1,84,53,56,290 ~ 184 Crore+\n2023 - 2024  **  Rs 2,37,46,69,950 ~ 237 Crore+\n2022 - 2023  **  Rs 1,98,71,35,440 ~ 198 Crore+\n2021 - 2022  **  Rs 1,05,69,24,310 ~ 105 Crore+\n2020 - 2021  **  Rs 8,04,73,070 ~ 8 Crore+"
                            },
                            {
                                "relation": "spouse",
                                "panGiven": "Y",
                                "fy": "2020 - 2021",
                                "income": "2020 - 2021  **  Rs 6,13,520 ~ 6 Lacs+\nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "huf",
                                "panGiven": "N",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "dependent1",
                                "panGiven": "Y",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "dependent2",
                                "panGiven": "N",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "dependent3",
                                "panGiven": "N",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            }
                        ],
                        "profession": {
                            "self": "Self Employed, Editor-Vijay Vidhyashiram , Managing Director- Jayanagar Property P. Ltd. Trustee-Vidya Charitable Trust, Trustee- Vijay Charitable Trust , Trustee-Sai Vijay Charitable Trust",
                            "spouse": "Housewife"
                        },
                        "incomeSources": {
                            "self": "Self Employed, Interest and Rental Income from Properties",
                            "spouse": "Housewife",
                            "dependent": "NIL"
                        },
                        "indvScore": 72
                    }
                }
            }
        ]
    },
    "requested_at": "2026-08-19T13:21:23.815Z",
    "completed_at": "2026-08-19T13:21:38.204Z"
}
```

{% endtab %}

{% tab title="400: Validation Error Response" %}

```json
{
    "success": false,
    "code": 400,
    "message": "Candidate Name should not be empty",
    "error": {
        "message": "Candidate Name should not be empty",
        "field": "candidateName",
        "code": "BAD_REQUEST"
    }
}
{
    "success": false,
    "code": 400,
    "message": "Father's Name should not be empty",
    "error": {
        "message": "Father's Name should not be empty",
        "field": "fatherName",
        "code": "BAD_REQUEST"
    }
}
{
    "success": false,
    "code": 400,
    "message": "Invalid state, Please refer docs for more info on supported states",
    "error": {
        "message": "Invalid state, Please refer docs for more info on supported states",
        "field": "state",
        "code": "BAD_REQUEST"
    }
}
{
    "success": false,
    "code": 400,
    "message": "Invalid state, Please refer docs for more info on supported states",
    "error": {
        "message": "Invalid state, Please refer docs for more info on supported states",
        "field": "state",
        "code": "BAD_REQUEST"
    }
}
```

{% endtab %}

{% tab title="200: In Progress" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "c3d101d4-c9ec-48df-a25f-60354ec78c78",
    "status": "in_progress",
    "requested_at": "2026-08-20T14:17:40.481Z"
}
```

{% endtab %}

{% tab title="200: Invalid details " %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "6f2cb0dd-7a7c-40af-bf63-6499efeb65da",
    "status": "failed",
    "error": {
        "message": "No candidates found",
        "code": "ERROR"
    },
    "requested_at": "2026-08-20T13:17:10.078Z",
    "completed_at": "2026-08-20T13:17:11.385Z"
}
```

{% endtab %}
{% endtabs %}

## Get  Details

<mark style="color:green;">`GET`</mark> `https://secctrl.tutelar.io/api/v1/kyc/identity/myneta_candidate_screening`

### Query Parameter

<table><thead><tr><th width="197">Query Parameter </th><th width="139">Type</th><th>Is  Mandatory</th><th>Description</th></tr></thead><tbody><tr><td>referenceId </td><td>String </td><td>Yes </td><td>Document reference id</td></tr></tbody></table>

{% tabs %}
{% tab title="200: Success Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "5c7a9428-4bfd-4a62-a78a-febfdfc62c9d",
    "status": "completed",
    "result": {
        "matchId": "match_9000a64f71",
        "winnerCount": 0,
        "searchDate": "Aug 19, 2026, 1:21:38 PM",
        "name": "C. Joseph Vijay",
        "fatherName": "Chandrasekar",
        "party": "Tamilaga Vettri Kazhagam",
        "matchScore": 72,
        "state": "Tamil Nadu",
        "electionCount": 1,
        "groupCount": 1,
        "image": "https://myneta.info/images_candidate/TamilNadu2026/478921d77fcde4fcdc2e365b7183bf23bccdcb2b.jpg",
        "scoreBreakdown": {
            "name": 50,
            "fatherName": 86,
            "party": null,
            "state": 100
        },
        "elections": [
            {
                "name": "Tamil Nadu 2026",
                "constituency": "TIRUCHIRAPPALLI (EAST)",
                "party": "Tamilaga Vettri Kazhagam",
                "winner": false,
                "criminalCaseCount": 2,
                "indvScore": 72,
                "scoreBreakdown": {
                    "name": 50,
                    "fatherName": 86,
                    "party": null,
                    "state": 100
                },
                "profile": {
                    "criminal": true,
                    "detail": {
                        "name": "C. JOSEPH VIJAY",
                        "winner": false,
                        "constituency": "TIRUCHIRAPPALLI (EAST)  (TIRUCHIRAPPALLI)",
                        "imageUrl": "https://myneta.info/images_candidate/TamilNadu2026/478921d77fcde4fcdc2e365b7183bf23bccdcb2b.jpg",
                        "electionHistory": [],
                        "party": "Tamilaga Vettri Kazhagam",
                        "relation": "S.A Chandrasekaran",
                        "age": 51,
                        "voterInfo": "27 Sholinganallur constituency, at Serial no 121  in Part no   282",
                        "selfProfession": "Self Employed, Editor-Vijay Vidhyashiram , Managing Director- Jayanagar Property P. Ltd. Trustee-Vidya Charitable Trust, Trustee- Vijay Charitable Trust , Trustee-Sai Vijay Charitable Trust",
                        "spouseProfession": "Housewife",
                        "criminalCaseCount": 2,
                        "criminalCharges": [
                            "2  charges related to Being member of an unlawful assembly. (BNS Section-189(2))",
                            "1  charges related to Wrongfully restraining any person. (BNS Section-126(2))",
                            "1  charges related to Disobedience to order duly promulgated by public servant (BNS Section-223)",
                            "1  charges related to Punishment for voluntarily causing hurt (BNS Section-115(2))"
                        ],
                        "casesPending": [
                            {
                                "serial": "1",
                                "firNo": "74/2026, K5 Peravallur Police Station",
                                "caseNo": "",
                                "court": "",
                                "lawType": "BNS",
                                "ipcSections": "126(2), 189(2), 223",
                                "otherDetails": "Sction 3(a) and 35 of TNCP Act, Case has been revealed through the media.",
                                "chargesFramed": "No",
                                "chargesDate": "",
                                "appealFiled": "No"
                            },
                            {
                                "serial": "2",
                                "firNo": "108/2025, Koodakovil Police Station, Madurai Dist.",
                                "caseNo": "",
                                "court": "",
                                "lawType": "BNS",
                                "ipcSections": "189(2) , 296(b) ,115(2)",
                                "otherDetails": "I have not received any summons or information from the police regarding this criminal case. I have mentioned this case here because the details of this case have only recently come to light.",
                                "chargesFramed": "No",
                                "chargesDate": "",
                                "appealFiled": "No"
                            }
                        ],
                        "casesConvicted": [],
                        "assets": "Rs 6,48,85,90,407 ~648 Crore+",
                        "liabilities": "Rs 7,63,60,016 ~7 Crore+",
                        "movableAssets": [
                            {
                                "description": "Cash",
                                "serial": "i",
                                "self": "1,10,000  1 Lacs+",
                                "spouse": "1,00,000  1 Lacs+",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 2,10,000 \n2 Lacs+"
                            },
                            {
                                "description": "Deposits in Banks, Financial Institutions and Non-Banking Financial Companies",
                                "serial": "ii",
                                "self": "IOB, Saligaramam \n 2,13,36,15,943  213 Crore+ \n\nAxis Bank, Indra Nagar\n 5,79,29,447  5 Crore+ \n\nHDFC, Besant Nagar\n 77,22,449  77 Lacs+ \n\nState Bank, Shasthri Nagar \n 16,205  16 Thou+ \n\nICICI Bank, Alwarpet \n 4,99,320  4 Lacs+ \n\nIOB, Kodambakam\n 25,00,00,000  25 Crore+ \n\nAxis Bank, Indra Nagar\n 40,00,01,000  40 Crore+ \n\nHDFC, Besant Nagar\n 20,00,00,000  20 Crore+ \n\nIOB (for election expenses 12-Perambur) Saligramam\n 1,00,000  1 Lacs+ \n\nIOB (for election expenses 141-Tiruchirappalli) Saligramam\n 90,000  90 Thou+ \n\nState Bank Shastri Nagar Branch, Fixed Deposit\n 15,00,00,000  15 Crore+",
                                "spouse": "HDFC Bank, Besant Nagar \n 43,41,421  43 Lacs+ \n\nHDFC Bank, Besant Nagar \n 10,00,00,000  10 Crore+ \n\nJayanagar Property pvt\n 97,000  97 Thou+",
                                "huf": "Nil",
                                "dep1": "HDFC Bank, Besant Nagar \n 96,866  96 Thou+",
                                "dep2": "HDFC Bank, Besant Nagar \n 3,19,914  3 Lacs+",
                                "dep3": "Nil",
                                "total": "Rs 3,30,48,29,565 \n330 Crore+"
                            },
                            {
                                "description": "Bonds, Debentures and Shares in companies",
                                "serial": "iii",
                                "self": "Jaya Nagar Property pvt ltd\n 19,03,000  19 Lacs+ \n\nIndian Overseas Bank \n 9,600  9 Thou+ \n\nSun papermill Ltd \n 25,000  25 Thou+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 19,37,600 \n19 Lacs+"
                            },
                            {
                                "description": "(a) NSS, Postal Savings etc",
                                "serial": "iv",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "(b)LIC or other insurance Policies",
                                "serial": "iv",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Personal loans/advance given",
                                "serial": "v",
                                "self": "Sunil Raj\n 1,50,00,000  1 Crore+ \n\nN Anand\n 3,00,00,000  3 Crore+ \n\nV Ravichandran\n 5,00,00,000  5 Crore+ \n\nA B L Atonius Brito \n 20,00,00,000  20 Crore+ \n\nKogillambal Educational Trust\n 20,00,00,000  20 Crore+ \n\nKiran Leap Infotech \n 2,34,00,000  2 Crore+ \n\nJaya Nagar Property Ltd \n 94,00,000  94 Lacs+ \n\nChandrashekar \n 3,02,71,931  3 Crore+ \n\nShoba Shekar\n 87,12,018  87 Lacs+ \n\nSangeetha Vijay \n 12,60,53,615  12 Crore+ \n\nJayson Sanjay \n 8,78,479  8 Lacs+ \n\nDivya Shasha\n 4,60,000  4 Lacs+ \n\nVidya Charitable Trust \n 5,84,21,000  5 Crore+ \n\nVijay Vidyashram \n 24,96,000  24 Lacs+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 75,50,93,043 \n75 Crore+"
                            },
                            {
                                "description": "Motor Vehicles (details of make, etc.)",
                                "serial": "vi",
                                "self": "Car BMW 530 TN 07 CV 3031 Year 2020\n 80,54,119  80 Lacs+ \n\nCar Toyoto Lexux TN 14 AL 0277 Year 2024\n 3,01,57,881  3 Crore+ \n\nCar Toyoto Vellfire TN 14 AM 0277 Year 2024\n 1,63,45,118  1 Crore+ \n\nCar BMW 17 TN 14 AH 0277 Year 2024\n 2,00,64,296  2 Crore+ \n\nCar Maruthi Swift TN 14 AK 6791 Year 2024\n 5,35,000  5 Lacs+ \n\nTwo-Wheeler TVS XL SUPER TN 14 AP 4284 Year 2025 \n 67,400  67 Thou+ \n\nTata Caravan 2025, TN14AS0277\n 6,00,25,000  6 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 13,52,48,814 \n13 Crore+"
                            },
                            {
                                "description": "Jewellery (give details weight value)",
                                "serial": "vii",
                                "self": "Silver \n 15,00,000  15 Lacs+ \n\nGold 883 Grams \n 1,20,18,375  1 Crore+",
                                "spouse": "Silver 2 Kilo \n 4,75,000  4 Lacs+ \n\nGold 3132 Grams \n 4,07,16,000  4 Crore+ \n\nDiamond 134.91 carat \n 1,00,00,000  1 Crore+",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 6,47,09,375 \n6 Crore+"
                            },
                            {
                                "description": "Other assets, such as values of claims / interests",
                                "serial": "viii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            }
                        ],
                        "immovableAssets": [
                            {
                                "description": "Agricultural Land",
                                "serial": "i",
                                "self": "Vilpatty Village Kodaikanal Survey No.2120(Part Field 3)\n \n\n\t\t\t\t\tTotal Area 0.25 Acre  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1997-01-31 \n\n\n\t\t\t\t\tPurchase Cost 15000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 10,00,000  10 Lacs+ \n\nVilpatty Village Kodaikanal Survey No 2120 (Part Field 4)\n \n\n\t\t\t\t\tTotal Area 0.25 Acre \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1997-01-31 \n\n\n\t\t\t\t\tPurchase Cost 15000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 10,00,000  10 Lacs+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 20,00,000 \n20 Lacs+"
                            },
                            {
                                "description": "Non Agricultural Land",
                                "serial": "ii",
                                "self": "Porur Village Survey No 4/3B,3D,3C \n \n\n\t\t\t\t\tTotal Area 33955 Sq  ft \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2010-06-21 \n\n\n\t\t\t\t\tPurchase Cost 91391456.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 15,00,00,000  15 Crore+ \n\nSaligramam Village Survey No. 12/1 Block 7 \n \n\n\t\t\t\t\tTotal Area 2400 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1999-01-25 \n\n\n\t\t\t\t\tPurchase Cost 1985000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 2,00,00,000  2 Crore+ \n\nNeelangarai Village Survey No. 28/1B,28/3A,28/3B\n \n\n\t\t\t\t\tTotal Area 9600 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2013-06-06 \n\n\n\t\t\t\t\tPurchase Cost 28357920.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 5,00,00,000  5 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 22,00,00,000 \n22 Crore+"
                            },
                            {
                                "description": "Commercial Buildings",
                                "serial": "iii",
                                "self": "Paadigramam Chennai Survey No.194/1(part) 194/2(part)\n \n\n\t\t\t\t\tTotal Area 11854 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2009-03-03 \n\n\n\t\t\t\t\tPurchase Cost 19559100.00 \n\n\n\t\t\t\t\tDevelopment Cost 39000747.00\n 7,00,00,000  7 Crore+ \n\nThyagaraya Nagar, Village Survey No S 6313/2 Block 138\n \n\n\t\t\t\t\tTotal Area 7200 Sq ft  \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2014-12-11 \n\n\n\t\t\t\t\tPurchase Cost 174313815.00 \n\n\n\t\t\t\t\tDevelopment Cost 173039670.00\n 35,00,00,000  35 Crore+ \n\nKollinganallur Village Survey No 12/1B 11 A1A1A/A1A1A1(part)\n \n\n\t\t\t\t\tTotal Area 7200 Sq ft \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2012-07-18 \n\n\n\t\t\t\t\tPurchase Cost 27237120.00 \n\n\n\t\t\t\t\tDevelopment Cost 15561140.00\n 5,00,00,000  5 Crore+ \n\nKoppur Village Survey No. 7/4B\n \n\n\t\t\t\t\tTotal Area 100188 Sq ft (2.30 Acre) \n\n\n\t\t\t\t\tBuilt Up Area  \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2023-11-22 \n\n\n\t\t\t\t\tPurchase Cost 358193010.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 35,81,93,010  35 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 82,81,93,010 \n82 Crore+"
                            },
                            {
                                "description": "Residential Buildings",
                                "serial": "iv",
                                "self": "Neelankarai Village SY No. 92/2\n \n\n\t\t\t\t\tTotal Area 17100 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 18633 sq.ft \n\n\n\t\t\t\t\tWhether Inherited Y \n\n\n\t\t\t\t\tPurchase Date 0000-00-00 \n\n\n\t\t\t\t\tPurchase Cost 0.00 \n\n\n\t\t\t\t\tDevelopment Cost 187374753.00\n 20,00,00,000  20 Crore+ \n\nSaligramam Village Sy No. 79/0 Block 36\n \n\n\t\t\t\t\tTotal Area 3420 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 6912 sq.ft \n\n\n\t\t\t\t\tWhether Inherited Y \n\n\n\t\t\t\t\tPurchase Date 0000-00-00 \n\n\n\t\t\t\t\tPurchase Cost 0.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 1,83,69,000  1 Crore+ \n\nSaligramam Village Sy No.107/2A1A3 Block 36\n \n\n\t\t\t\t\tTotal Area 3420 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 6912 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 1998-09-23 \n\n\n\t\t\t\t\tPurchase Cost 1200000.00 \n\n\n\t\t\t\t\tDevelopment Cost 3196331.00\n 1,80,00,000  1 Crore+ \n\nMylapore Village SY No.4569/34, 4569/35,4569/17 Block 100, 4310/5 Block 100\n \n\n\t\t\t\t\tTotal Area UDS 2047.8541 of 97156 \n\n\n\t\t\t\t\tBuilt Up Area 8762 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2021-12-03 \n\n\n\t\t\t\t\tPurchase Cost 9721165.00 \n\n\n\t\t\t\t\tDevelopment Cost 413362765.00\n 45,00,00,000  45 Crore+ \n\nOorur Village R.S No. 1 Block 36\n \n\n\t\t\t\t\tTotal Area UDS 1236.65 of 4903 \n\n\n\t\t\t\t\tBuilt Up Area 2127 \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2007-11-29 \n\n\n\t\t\t\t\tPurchase Cost 13500000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 3,00,00,000  3 Crore+ \n\npallipattu village DS No.12, 11 part, block 10\n \n\n\t\t\t\t\tTotal Area UDS 1500 of 3000 \n\n\n\t\t\t\t\tBuilt Up Area 1700 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2000-06-12 \n\n\n\t\t\t\t\tPurchase Cost 1870000.00 \n\n\n\t\t\t\t\tDevelopment Cost 8912795.00\n 2,50,00,000  2 Crore+ \n\nSholinganur Village Sy NO.12/169 \n \n\n\t\t\t\t\tTotal Area 7200 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 6800 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2015-12-21 \n\n\n\t\t\t\t\tPurchase Cost 45000000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 6,00,00,000  6 Crore+ \n\nBadur Village Sy.No12/1\n \n\n\t\t\t\t\tTotal Area 12000 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 300 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2009-07-13 \n\n\n\t\t\t\t\tPurchase Cost 20527903.00 \n\n\n\t\t\t\t\tDevelopment Cost 1371235.00\n 10,00,00,000  10 Crore+ \n\nBadur Village Sy No.58/12 60/2,61,62 103 Part 58/12\n \n\n\t\t\t\t\tTotal Area 2.65 Acre \n\n\n\t\t\t\t\tBuilt Up Area 102108 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2016-08-24 \n\n\n\t\t\t\t\tPurchase Cost 115188120.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 15,00,00,000  15 Crore+ \n\nKorattur Village Sy No.1040\n \n\n\t\t\t\t\tTotal Area 18573 sq.ft \n\n\n\t\t\t\t\tBuilt Up Area 5000 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2009-03-03 \n\n\n\t\t\t\t\tPurchase Cost 19528800.00 \n\n\n\t\t\t\t\tDevelopment Cost 78447751.00\n 10,00,00,000  10 Crore+",
                                "spouse": "Pallipattu Village DS No.12 , R S No.11 Part Block 107\n \n\n\t\t\t\t\tTotal Area UDS 1500 of 3000 \n\n\n\t\t\t\t\tBuilt Up Area 1300 sq.ft \n\n\n\t\t\t\t\tWhether Inherited N \n\n\n\t\t\t\t\tPurchase Date 2000-06-08 \n\n\n\t\t\t\t\tPurchase Cost 1700000.00 \n\n\n\t\t\t\t\tDevelopment Cost 0.00\n 2,50,00,000  2 Crore+",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 1,17,63,69,000 \n117 Crore+"
                            },
                            {
                                "description": "Others",
                                "serial": "v",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            }
                        ],
                        "liabilitiesDetail": [
                            {
                                "description": "Loans from Banks / FIs",
                                "serial": "i",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Loans due to Individual / Entity",
                                "serial": "i",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Any other Liability",
                                "serial": "i",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with government accommodation",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with supply of water",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with supply of electricity",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with telephones",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Dues to departments dealing with supply of transport",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Income Tax Dues",
                                "serial": "ii",
                                "self": "AS per Bangalore CPC cell 2011-12\n 91,36,450  91 Lacs+ \n\n2015-16\n 88,96,818  88 Lacs+ \n\n2022-23\n 14,13,374  14 Lacs+ \n\n2015-16\n 1,50,00,000  1 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 3,44,46,642 \n3 Crore+"
                            },
                            {
                                "description": "Wealth Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Service Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Property Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Sales Tax Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "GST Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Any Other Dues",
                                "serial": "ii",
                                "self": "Nil",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Nil"
                            },
                            {
                                "description": "Whether any other liabilities are in dispute, if so, mention the amount involved and the authority before which it is pending",
                                "serial": "iv",
                                "self": "2015-16\n 1,50,00,000  1 Crore+ \n\n2022-23\n 14,13,374  14 Lacs+ \n\nAY2020-21 - ITAT, Chennai Intimation received on 02.04.2026. \n 2,55,00,000  2 Crore+",
                                "spouse": "Nil",
                                "huf": "Nil",
                                "dep1": "Nil",
                                "dep2": "Nil",
                                "dep3": "Nil",
                                "total": "Rs 4,19,13,374 \n4 Crore+"
                            }
                        ],
                        "education": "Category: 12th Pass B.Sc. (Dropout), Loyola College, Chennai, University of Madras, 1992",
                        "itr": [
                            {
                                "relation": "self",
                                "panGiven": "Y",
                                "fy": "2024 - 2025",
                                "income": "2024 - 2025  **  Rs 1,84,53,56,290 ~ 184 Crore+\n2023 - 2024  **  Rs 2,37,46,69,950 ~ 237 Crore+\n2022 - 2023  **  Rs 1,98,71,35,440 ~ 198 Crore+\n2021 - 2022  **  Rs 1,05,69,24,310 ~ 105 Crore+\n2020 - 2021  **  Rs 8,04,73,070 ~ 8 Crore+"
                            },
                            {
                                "relation": "spouse",
                                "panGiven": "Y",
                                "fy": "2020 - 2021",
                                "income": "2020 - 2021  **  Rs 6,13,520 ~ 6 Lacs+\nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "huf",
                                "panGiven": "N",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "dependent1",
                                "panGiven": "Y",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "dependent2",
                                "panGiven": "N",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            },
                            {
                                "relation": "dependent3",
                                "panGiven": "N",
                                "fy": "None",
                                "income": "None  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~ \nNone  **  Rs 0 ~"
                            }
                        ],
                        "profession": {
                            "self": "Self Employed, Editor-Vijay Vidhyashiram , Managing Director- Jayanagar Property P. Ltd. Trustee-Vidya Charitable Trust, Trustee- Vijay Charitable Trust , Trustee-Sai Vijay Charitable Trust",
                            "spouse": "Housewife"
                        },
                        "incomeSources": {
                            "self": "Self Employed, Interest and Rental Income from Properties",
                            "spouse": "Housewife",
                            "dependent": "NIL"
                        },
                        "indvScore": 72
                    }
                }
            }
        ]
    },
    "requested_at": "2026-08-19T13:21:23.815Z",
    "completed_at": "2026-08-19T13:21:38.204Z"
}
```

{% endtab %}

{% tab title="200 : In Progress" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "c3d101d4-c9ec-48df-a25f-60354ec78c78",
    "status": "in_progress",
    "requested_at": "2026-08-20T14:17:40.481Z"
}
```

{% endtab %}

{% tab title="200: Failure Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "6f2cb0dd-7a7c-40af-bf63-6499efeb65da",
    "status": "failed",
    "error": {
        "message": "No candidates found",
        "code": "ERROR"
    },
    "requested_at": "2026-08-20T13:17:10.078Z",
    "completed_at": "2026-08-20T13:17:11.385Z"
}
```

{% endtab %}
{% endtabs %}
