Objects

OrganizationalInformation

Information about an organization. In the next API version this field is expected to replace the whole `OrganizationAlternative` object as well as the `insuranceHolderOrgNumber` and `insuranceHolderOrgTurnover` fields. For this version, information will be found in multiple places for backward compatibility.

citystring

Company seat.

Financial information about the organisation. This field is a premium feature and will not be returned by default. To turn this feature on, please contact your Account Manager.

namestring

Organisation name.

organizationalNumberstring

Organisational number.

{
  "city": "Stockholm",
  "financialInformation": {
    "employeeCount": {},
    "netIncome": {},
    "shareCapital": {},
    "timePeriod": {},
    "turnover": {}
  },
  "name": "Company Inc",
  "organizationalNumber": 5111111111
}