Trial Balances
Retrieve trial balance reports for a given consent.
Retrieves trial balances for the specified consent.
System support
Fortnox
β Supported
Bjorn Lunden
β Supported
Spiris
β Supported
Tripletex
π Not supported / contact us
Visma e-conomic
β Supported
Billy
β Supported
Visma Dinero
β Supported
![]()
Procountor
β Supported
Visma Netvisor
β Supported
Microsoft Business Central
π Not supported / contact us
Exact Online
π Not supported / contact us
![]()
QuickBooks
π Not supported / contact us
Xero
π Not supported / contact us
Bokio
π Not supported / contact us
Kleer
π Not supported / contact us
Use the API key to access all API endpoints.
Identifier of the consent representing the connection to the accounting system.
Start date for the trial balance period. Format: yyyy-MM-dd.
2025-01-01End date for the trial balance period. Format: yyyy-MM-dd.
2025-12-31Heading level depth for the trial balance. Range: 1-5.
Unique identifier used to correlate and trace this request.
Returns the requested trial balances.
Represents a trial balance report for a given period.
Missing or invalid authentication credentials.
Not authorized to access this resource.
The requested trial balances were not found.
This operation is not supported by the connected accounting system.
GET /accounting/api/v2/consents/{consentId}/trialbalances HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
{
"trialBalancePeriod": {
"startDate": "2024-02-01",
"endDate": "2024-03-31"
},
"financialReport": {
"accounts": [
{
"accountingAccount": {
"id": "1010",
"accountingAccountId": "1010",
"reference": "1010",
"standardAccountingAccountId": "1010",
"name": "Sales",
"active": null,
"postable": null,
"description": null,
"descriptions": [
{
"languageId": "ENG",
"text": "Sales revenue"
}
],
"accountingAccountTypeCode": {
"code": "REV",
"listId": null
},
"financialDimensions": []
},
"endingBalance": {
"baseCurrencies": [
{
"currencyId": "SEK",
"baseAmount": -230
}
]
},
"accountMovement": {
"baseCurrencies": [
{
"currencyId": "SEK",
"baseAmount": -30
}
]
}
}
],
"categories": []
}
}Last updated
Was this helpful?
