Status Company PAN ROC LEI
API request allows you to search for a company's PAN number, ROC number, and LEI number using API. This API is specifically designed for patrons who want to verify the authenticity of a company by cross-checking its details.
Parameter | Type | Required | Description |
patron-id | String | Yes | A unique identifier for the patron. |
task | String | Yes | The type of task to be performed, in this case "PanRocLei". |
panNumber | String | Yes | The PAN number of the company to search for. |
companyName | String | No | The name of the company to search for. Optional parameter. |
gstNumber | String | No | The GST number of the company to search for. Optional parameter. |
Parameter | Description |
requestId | A unique identifier for the request made to the API. |
rocDetails.rocDataAvailable | A boolean value indicating whether the ROC data is available for the searched company or not. |
rocDetails | The details of the Registrar of Companies (ROC) of the searched company if rocDataAvailable is true. |
leiDetails.leiDataAvailable | A boolean value indicating whether the LEI data is available for the searched company or not. |
leiDetails | The details of the Legal Entity Identifier (LEI) of the searched company if leiDataAvailable is true. |
panDetails.panDataAvailable | A boolean value indicating whether the PAN data is available for the searched company or not. |
panDetails | The details of the Permanent Account Number (PAN) of the searched company if panDataAvailable is true. |