Fetch all company establishments.
GET {{baseUrl}}/:companyId
AsOfDate supported
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"changeDate": "<string>",
"companyId": "<string>",
"establishments": [
{
"companyId": "<string>",
"companyName": "<string>",
"contact": {
"webAddress": "<string>"
},
"enhetsregisteretRegDate": "<string>",
"finishDate": "<string>",
"foundationRegDate": "<string>",
"industry": {
"code": "<string>",
"text": "<string>"
},
"legalGroup": {
"code": "<string>",
"text": "<string>"
},
"numberEmployees": "<integer>",
"postAddress": {
"address": [
"<string>",
"<string>"
],
"communeCode": "<string>",
"communeText": "<string>",
"countryCode": "<string>",
"countryText": "<string>",
"town": "<string>",
"zipCode": "<string>"
},
"registeredAddress": {
"address": [
"<string>",
"<string>"
],
"communeCode": "<string>",
"communeText": "<string>",
"countryCode": "<string>",
"countryText": "<string>",
"town": "<string>",
"zipCode": "<string>"
},
"removedDate": "<string>",
"vatReg": "<boolean>"
},
{
"companyId": "<string>",
"companyName": "<string>",
"contact": {
"webAddress": "<string>"
},
"enhetsregisteretRegDate": "<string>",
"finishDate": "<string>",
"foundationRegDate": "<string>",
"industry": {
"code": "<string>",
"text": "<string>"
},
"legalGroup": {
"code": "<string>",
"text": "<string>"
},
"numberEmployees": "<integer>",
"postAddress": {
"address": [
"<string>",
"<string>"
],
"communeCode": "<string>",
"communeText": "<string>",
"countryCode": "<string>",
"countryText": "<string>",
"town": "<string>",
"zipCode": "<string>"
},
"registeredAddress": {
"address": [
"<string>",
"<string>"
],
"communeCode": "<string>",
"communeText": "<string>",
"countryCode": "<string>",
"countryText": "<string>",
"town": "<string>",
"zipCode": "<string>"
},
"removedDate": "<string>",
"vatReg": "<boolean>"
}
],
"status": {
"code": "<integer>",
"text": "<string>"
}
} |
ENDPOINTS