Objects

OrganizationAlternative

Alternative for insurance holder company

orgCitystring

Company seat.

orgNamestring

Organisation name.

orgNumberstring

Organisational number.

orgTurnoverMonetaryAmount

The turnover in minor unit for the company that owns the pension. If it's not an occupational pension, this is undefined. This field is a premium feature and will not be returned by default. To turn this feature on, please contact your Account Manager.

organizationalInformation

Information about this particular alternative. In the next API version this field is expected to replace the whole OrganizationAlternative object. This is an intermediary step in order to not alter existing fields in the current API version.

{
  "orgCity": "Stockholm",
  "orgName": "Company Inc",
  "orgNumber": 5111111111,
  "orgTurnover": {
    "currencyCode": "EUR",
    "minorUnitAmount": 24999
  },
  "organizationalInformation": "-- Missing example --"
}