Logo
Roaring API Documentation

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>" } }

Curl
curl -X POST 'https://api.roaring.io/dk/company/overview/1.0/' -H 'Content-Type: application/json' -d '{"companyIds":["41773863","11931316"]}'

ENDPOINTS