Strise Connect API Docs
TypesObjects

CompanyInformationData

No description

type CompanyInformationData {
  registeredName: String
  legalForm: [String!]!
  organisationNumber: [String!]!
  addresses: [CompanyAddress!]!
  industries: [CompanyIndustry!]!
  employeeCountFrom: Int
  employeeCountTo: Int
  businessPurpose: String
  status: String
  statusLabel: String
}

Fields

registeredName String scalar

String

legalForm [String!]! non-null scalar

[String!]!

organisationNumber [String!]! non-null scalar

[String!]!

addresses [CompanyAddress!]! non-null object

[CompanyAddress!]!

industries [CompanyIndustry!]! non-null object

[CompanyIndustry!]!

employeeCountFrom Int scalar

Int

employeeCountTo Int scalar

Int

businessPurpose String scalar

String

status String scalar

String

statusLabel String scalar

String Human-readable English label for the status code, resolved from the LifeStatus registry.

Member Of

CompanyInformationEntityChange object

On this page