CompanySearchResponse
Properties
| Name | Type | Description |
|---|---|---|
| totalResults | integer | |
| itemsPerPage | integer | |
| startIndex | integer | |
| items | array of CompanySearchResult |
JSON Example
{
"totalResults": 0,
"itemsPerPage": 0,
"startIndex": 0,
"items": [
{
"companyNumber": "...",
"title": "...",
"companyStatus": "...",
"companyType": "...",
"dateOfCreation": "..."
}
]
}