Exact Online NLGlaccounts

Exact Online NL Glaccounts API

Sync permissioned glaccounts data with Exact Online NL through Apideck's unified API. One integration, instant access to the governed data your team needs.

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

Supported Operations for Exact Online NL Glaccounts

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

10 fields

Fields available for Exact Online NL 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 NL 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 NL
const result = await apideck.accounting.ledgerAccounts.list({
  serviceId: 'exact-online-nl'
})

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

Exact Online NL SDKs

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

Launch accounting integrations in weeks, not months

Sign Up