post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/crime-check/company
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | Provides a descriptive message about the API operation. Here, it confirms that the individual record has been successfully submitted and advises to download the report after some time |
| requestId | String | A unique identifier assigned to this specific API request. It can be used to track or verify the request in system logs. |
| reference_id | Integer/String | A unique internal reference number generated by the system for this transaction. It’s generally used to fetch the corresponding report or status later. |
Format of optional directors JSON array
(only name is mandatory, others will increase relevance of results):
[
{
"name" : "...", // Mandatory
"fatherName" : "",
"dob" : "...",
"address" : "...",
"panNumber" : ""
}
]
Possible values of companyType
| Description | Value |
|---|---|
| Private Limited | PvtLtd |
| Public Limited | Limited |
| Limited Liability Company | LLC |
| Limited Liability Partnership | LLP |
| Registered Firm | RegFirm |
| Unregistered Firm | UnregFirm |
| Proprietary | Proprietary |
| Don't Know | dontknow |
