Exact Online NLReporting Balance

Exact Online NL Reporting Balance API

Sync permissioned reporting balance 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 ProfitAndLoss (API: profit-and-loss)

Supported Operations for Exact Online NL Reporting Balance

Get operation available through our unified API

list
get
create
update
delete

Supported Fields

8 fields

Fields available for Exact Online NL Reporting Balance

report_namestart_dateend_dateincomeexpensesgross_profitnet_operating_incomenet_income

API Model Preview

Sample response structure for reporting balance

{
  "report_name": "Example Report Name",
  "start_date": "2024-01-15",
  "end_date": "2024-01-15",
  "income": "string",
  "expenses": "string",
  "gross_profit": "string",
  "net_operating_income": "string",
  "net_income": "string"
}

Quick Start Example

Start syncing Exact Online NL reporting balance 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 reporting balance from Exact Online NL
const result = await apideck.accounting.profitAndLoss.list({
  serviceId: 'exact-online-nl'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified reporting balance 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