Find overviews by companies id-s
POST {{baseUrl}}/
It supports date parameter to find overviews up to date
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"records": [
{
"address": "<string>",
"changeDate": "<string>",
"coAddress": "<string>",
"commune": "<string>",
"communeCode": "<string>",
"companyDeregistrationDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyRegistrationDate": "<string>",
"countryCode": "<string>",
"email": "<string>",
"faxNumber": "<string>",
"industryCode": "<string>",
"industryText": "<string>",
"legalGroupCode": "<string>",
"legalGroupText": "<string>",
"numberCompanyUnits": "<integer>",
"numberEmployeesInterval": "<string>",
"phoneNumber": "<string>",
"postAddress": "<string>",
"postCoAddress": "<string>",
"postCommune": "<string>",
"postCommuneCode": "<string>",
"postTown": "<string>",
"postZipCode": "<string>",
"statusCode": "<string>",
"statusTextHigh": "<string>",
"topDirectorFunction": "<string>",
"topDirectorName": "<string>",
"town": "<string>",
"visitAddress": "<string>",
"visitTown": "<string>",
"visitZipCode": "<string>",
"webAddress": "<string>",
"zipCode": "<string>"
},
{
"address": "<string>",
"changeDate": "<string>",
"coAddress": "<string>",
"commune": "<string>",
"communeCode": "<string>",
"companyDeregistrationDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyRegistrationDate": "<string>",
"countryCode": "<string>",
"email": "<string>",
"faxNumber": "<string>",
"industryCode": "<string>",
"industryText": "<string>",
"legalGroupCode": "<string>",
"legalGroupText": "<string>",
"numberCompanyUnits": "<integer>",
"numberEmployeesInterval": "<string>",
"phoneNumber": "<string>",
"postAddress": "<string>",
"postCoAddress": "<string>",
"postCommune": "<string>",
"postCommuneCode": "<string>",
"postTown": "<string>",
"postZipCode": "<string>",
"statusCode": "<string>",
"statusTextHigh": "<string>",
"topDirectorFunction": "<string>",
"topDirectorName": "<string>",
"town": "<string>",
"visitAddress": "<string>",
"visitTown": "<string>",
"visitZipCode": "<string>",
"webAddress": "<string>",
"zipCode": "<string>"
}
],
"responseInfo": {
"hitCount": "<integer>",
"noMatchIds": [
"<string>",
"<string>"
],
"requestCount": "<integer>"
},
"status": {
"code": "<integer>",
"text": "<string>"
}
} |
ENDPOINTS