CompanySearchResult
Properties
| Name | Type | Description |
|---|---|---|
| companyNumber | string | |
| title | string | |
| companyStatus | string | |
| companyType | string | |
| dateOfCreation | string | |
| address | CompanyAddress | |
| matchedPreviousCompanyNames | array of string |
JSON Example
{
"companyNumber": "string",
"title": "string",
"companyStatus": "string",
"companyType": "string",
"dateOfCreation": "2024-01-01"
}