COMPANY / BUSINESS APIS
Cin Coi Validation Basic
Verification endpoint — Cin Coi Validation Basic. Reference documentation from the QRX Postman collection. No live API calls are made from this page.
Reference only — this page does not call live APIs.
POST
/api/qrx/cin_coi_validation_basic
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| cin | L12345MH2000PLC123456 |
Sample success response
{
"status": true,
"message": "Fetched successfully",
"_truncated": true,
"data": {
"data": {
"company_master_data": {
"cin": "U74999DL2017PTC321778",
"company_id": "",
"company_llp_name": "INDITAB ESOLUTIONS PRIVATE LIMITED",
"roc_code": "ROC Delhi II",
"registration_number": "321778",
"company_category": "Company limited by shares",
"company_subcategory": "Non-government company",
"class_of_company": "Private",
"authorised_capital": "2600000",
"paid_up_capital": "2520000",
"number_of_members": "",
"date_of_incorporation": "07/08/2017",
"registered_address": "Flat No. 5, Site IV, Vikaspuri, Vikas Puri, West Delhi, New Delhi, Delhi, India, 110018",
"email_id": "inditab.esolutions@gmail.com",
"whether_listed_or_not": "Unlisted",
"date_of_last_agm": "30/09/2025",
"date_of_balance_sheet": "31/03/2025",
"company_status": "Active"
},
"charges": [
{
"srn": "AB5894813",
"charge_id": "101140636",
"charge_holder_name": "HDFC BANK LIMITED",
"charge_amount": "10000000",
"date_of_creation": "10/07/2025",
"date_of_modification": "",
"date_of_satisfaction": "",
"address": "HDFC BANK HOUSE, SENAPATI BAPAT MARG, LOWER PAREL W, Mumbai, Mumbai, Maharashtra India 400013",
"status": "OPEN",
"charge_reg_by_other_entity": "No",
"assets_under_charges": "",
"asset_holder_name": ""
}
],
"directors_signatory_details": [
{
"din_pan": "07519321",
"name": "ROHAN RAJ SEHGAL",
"begin_date": "01/02/2023",
"end_date": ""
},
{
"din_pan": "06765543",
"name": "GAURAV CHHATWAL",
"begin_date": "07/08/2017",
"end_date": ""
},
{
"din_pan": "07519680",
"name": "RISHABH SHAH",
"begin_date": "07/08/2017",
"end_date": ""
},
{
"din_pan": "07519321",
"name": "ROHAN RAJ SEHGAL",
"begin_date": "07/08/2017",
"end_date": ""
},
{
"din_pan": "06765543",
"name": "GAURAV CHHATWAL",
"begin_date": "02/02/2023",
"end_date": ""
},
{
"din_pan": "07519680",
"name": "RISHABH SHAH .",
"begin_date": "19/07/2023",
"end_date": ""
}
]
},
"status": 200
}
}