finsit API - AccountIntervalGroup

A collection of help pages for using the API.

AccountIntervalGroup

No description available.

Properties

Name Type Description
id String
type String
intervals AccountNumberInterval[]

Sample object

{
  "id": "Byggnader",
  "type": "AccountIntervalGroup",
  "intervals": [
    {
      "start": "1110",
      "end": "1119"
    }
  ]
}