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": [
{
"bankruptcy": "<boolean>",
"changeDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"compulsorySettlementOrLiquidation": "<boolean>",
"contact": {
"webAddress": "<string>"
},
"enhetsregisteretRegDate": "<string>",
"foretaksregisteretReg": "<boolean>",
"foundationRegDate": "<string>",
"frivillighetsregisteretReg": "<boolean>",
"industry": {
"code": "<string>",
"text": "<string>"
},
"insekt": {
"code": "<string>",
"text": "<string>"
},
"language": "<string>",
"latestPublishedAnnualReportYear": "<string>",
"legalGroup": {
"code": "<string>",
"text": "<string>"
},
"motherCompanyId": "<string>",
"numberCompanyUnits": "<integer>",
"numberEmployees": "<integer>",
"postAddress": {
"address": "<string>",
"communeCode": "<string>",
"communeText": "<string>",
"countryCode": "<string>",
"countryText": "<string>",
"town": "<string>",
"zipCode": "<string>"
},
"registeredAddress": {
"address": "<string>",
"communeCode": "<string>",
"communeText": "<string>",
"countryCode": "<string>",
"countryText": "<string>",
"town": "<string>",
"zipCode": "<string>"
},
"removed": "<boolean>",
"removedDate": "<string>",
"settlementReg": "<boolean>",
"stiftelseregisteretReg": "<boolean>",
"topDirectorFunction": "<string>",
"topDirectorName": "<string>",
"vatReg": "<boolean>"
},
{
"bankruptcy": "<boolean>",
"changeDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"compulsorySettlementOrLiquidation": "<boolean>",
"contact": {
"webAddress": "<string>"
},
"enhetsregisteretRegDate": "<string>",
"foretaksregisteretReg": "<boolean>",
"foundationRegDate": "<string>",
"frivillighetsregisteretReg": "<boolean>",
"industry": {
"code": "<string>",
"text": "<string>"
},
"insekt": {
"code": "<string>",
"text": "<string>"
},
"language": "<string>",
"latestPublishedAnnualReportYear": "<string>",
"legalGroup": {
"code": "<string>",
"text": "<string>"
},
"motherCompanyId": "<string>",
"numberCompanyUnits": "<integer>",
"numberEmployees": "<integer>",
"postAddress": {
"address": "<string>",
"communeCode": "<string>",
"communeText": "<string>",
"countryCode": "<string>",
"countryText": "<string>",
"town": "<string>",
"zipCode": "<string>"
},
"registe Curl curl -X POST 'https://api.roaring.io/no/company/overview/3.0/' -H 'Content-Type: application/json' -d '{"companyIds":["913589505","810059672"]}' ENDPOINTS |