finsit API - CompanyInfo

A collection of help pages for using the API.

CompanyInfo

No description available.

Properties

Name Type Description
typeOfCompany String
id String
name String
businessIdentityCode String
contactInfo ContactInfo
fortnoxAuthorizationCode String
fortnoxExtendedAuthorizationCode String
isVirtualFarmerCompany Boolean[]
isFortnoxCompany Boolean
hasFortnoxAuthorizationCode Boolean
hasFortnoxExtendedAuthorizationCode Boolean
CompanyTypeId String

Sample object

{
  "typeOfCompany": null,
  "id": "a-bananas-123456-1112",
  "name": "Demo company",
  "businessIdentityCode": "123456-1112",
  "contactInfo": {
    "name": "John Doe",
    "address": "Long lane 99",
    "postalAddress": "123 45 STOCKHOLM",
    "phone": "+1234567890"
  },
  "fortnoxAuthorizationCode": null,
  "fortnoxExtendedAuthorizationCode": null,
  "isVirtualFarmerCompany": null,
  "isFortnoxCompany": false,
  "hasFortnoxAuthorizationCode": false,
  "hasFortnoxExtendedAuthorizationCode": false,
  "CompanyTypeId": null
}