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": [ { "auxiliaryCompanyNames": [ { "auxiliaryCompanyName": "<string>", "auxiliaryCompanyRegistrationDate": "<string>", "translationsOfTheAuxiliaryCompanyName": [ { "translationOfTheAuxiliaryCompanyLanguage": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyName": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyRegistrationDate": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "translationOfTheAuxiliaryCompanyLanguage": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyName": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyRegistrationDate": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ] }, { "auxiliaryCompanyName": "<string>", "auxiliaryCompanyRegistrationDate": "<string>", "translationsOfTheAuxiliaryCompanyName": [ { "translationOfTheAuxiliaryCompanyLanguage": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyName": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyRegistrationDate": { "value": "<Error: Too many levels of nesting to fake this schema>" } }, { "translationOfTheAuxiliaryCompanyLanguage": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyName": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "translationOfTheAuxiliaryCompanyRegistrationDate": { "value": "<Error: Too many levels of nesting to fake this schema>" } } ] } ], "changeDate": "<string>", "companyId": "<string>", "companyName": "<string>", "companyNameRegistrationDate": "<string>", "companyRegistrationDate": "<string>", "contactInformationRegistrationDate": "<string>", "dissolutionDate": "<string>", "dissolutionMode": "<string>", "domicileCode": "<string>", "domicileRegistrationDate": "<string>", "domicileText": "<string>", "email": "<string>", "faxNumber": "<string>", "industryCode": "<string>", "industryText": "<string>", "informationCheckedDate": "<string>", "languageCode": "<string>", "latestRegistrationDate": "<string>", "legalGroupCode": "<string>", "legalGroupText": "<string>", "legalGroupregistrationDate": "<string>", "parallelCompanyNames": [ { "parallelCompanyLanguage": "<string>", "parallelCompanyName": "<string>", "parallelCompanyRegistrationDate": "<string>" }, { "parallelCompanyLanguage": "<string>", "parallelCompanyName": "<string>", "parallelCompanyRegistrationDate": "<string>"
Curl
curl -X POST 'https://api.roaring.io/fi/company/overview/1.0/' -H 'Content-Type: application/json' -d '{"companyIds":["2292844-0","1737785-9"]}'

ENDPOINTS