finsit API - ChartOfAccounts

A collection of help pages for using the API.

ChartOfAccounts

No description available.

Properties

Name Type Description
id String
name String
children AccountGroup[]
AccountListGroup[]
AccountIntervalGroup[]
KnownGroup[]
knownGroups KnownGroupDictionary
language String

Sample object

{
  "id": "EUBAS97",
  "name": "EUBAS97",
  "children": [
    {
      "id": "Tillgangar",
      "name": "Tillgångar",
      "type": "AccountGroup",
      "children": [
        {
          "id": "ByggnaderOchMark",
          "name": "Byggnader och mark",
          "type": "AccountGroup",
          "children": [
            {
              "id": "Byggnader",
              "type": "AccountIntervalGroup",
              "intervals": [
                {
                  "start": "1110",
                  "end": "1119"
                }
              ]
            },
            {
              "id": "Mark",
              "type": "AccountListGroup",
              "accounts": [
                "1120",
                "1121",
                "1121342a"
              ]
            }
          ]
        }
      ]
    }
  ],
  "knownGroups": {
    "AccountsReceivables": "Kundfordringar"
  },
  "language": null
}