Exact Online
Glaccounts

Exact Online Glaccounts API

Sync glaccounts data with Exact Online through Apideck's unified API. One integration, instant access.

In Apideck, this resource is called Ledger Accounts (API: ledger-accounts)

Supported Operations for Exact Online Glaccounts

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

10 fields

Fields available for Exact Online Glaccounts

idcodesub_typenamedescriptiontax_rateupdated_bycreated_byupdated_atcreated_at

API Model Preview

Sample response structure for glaccounts

{
  "id": "12345",
  "code": "CODE-001",
  "sub_type": "standard",
  "name": "Example Name",
  "description": "Example Description",
  "tax_rate": {
    "id": "123456",
    "code": "TAX10",
    "name": "Standard Tax",
    "rate": 10
  },
  "updated_by": {
    "id": "12345",
    "name": "John Doe",
    "email": "john.doe@example.com"
  },
  "created_by": {
    "id": "12345",
    "name": "John Doe",
    "email": "john.doe@example.com"
  },
  "updated_at": "2024-01-15T10:30:00.000Z",
  "created_at"
  ...

Quick Start Example

Start syncing Exact Online glaccounts in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List glaccounts from Exact Online
const result = await apideck.accounting.ledgerAccounts.list({
  serviceId: 'exact-online'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified glaccounts data

Exact Online SDKs

Build Exact Online integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up