Fetch Company PAN ROC LEI
The above curl command is an HTTP POST request that can be used to search for a company's PAN, ROC, and LEI numbers using the Signzy API. The API endpoint specified in the curl command is designed to accept a patron ID and vehicle/company/GST number as input parameters in JSON format. The patron ID is a unique identifier that is used to authenticate and authorize access to the API.
Parameter Name | Description |
callbackUrl | (Optional) callback url |
patron-id | Unique identifier that authenticates and authorizes access to the API |
task | Specifies the type of request being made. In this case, it is "PanRocLei" |
panNumber | The vehicle number to search for |
companyName | (Optional) The name of the company to search for |
GST number | (Optional) The GSTN number to search for |
Parameter Name | Description |
result | The parent node of the response containing the output |
requestId | A unique identifier generated by the API for the request that was made. This can be used to track the request and its status |