Journals

Create and retrieve journal entries for a given consent.

List journals

get

Retrieves a paginated list of journals for the specified consent.

System support

System
Status

Fortnox

Fortnox

✅ Supported

Bjorn Lunden

Bjorn Lunden

🔧 Under development / beta release

Spiris

Spiris

📞 Not supported / contact us

Tripletex

Tripletex

📞 Not supported / contact us

Visma e-conomic

Visma e-conomic

📞 Not supported / contact us

Billy

Billy

📞 Not supported / contact us

Visma Dinero

Visma Dinero

📞 Not supported / contact us

Procountor

Procountor

✅ Supported

Visma Netvisor

Visma Netvisor

📞 Not supported / contact us

Microsoft Business Central

Microsoft Business Central

📞 Not supported / contact us

Exact Online

Exact Online

📞 Not supported / contact us

QuickBooks

QuickBooks

📞 Not supported / contact us

Xero

Xero

🔧 Under development / beta release

Bokio

Bokio

📞 Not supported / contact us

Authorizations
x-api-keystringRequired

Use the API key to access all API endpoints.

Path parameters
consentIdstring · uuidRequired

Identifier of the consent representing the connection to the accounting system.

Query parameters
Countinteger · int32 · min: 1 · max: 100Optional

Number of records to return per page. Range: 1-100.

CurrentPageinteger · int32 · min: 1 · max: 2147483647Optional

Page number to return. Must be 1 or greater.

StartDatestring · dateOptional

Start date for the journal filter. Format: yyyy-MM-dd.

Example: 2025-01-01
EndDatestring · dateOptional

End date for the journal filter. Format: yyyy-MM-dd.

Example: 2025-12-31
OrderBystring · enumOptional

Sort order for the results.

Possible values:
Header parameters
x-correlation-idstring · uuidRequired

Unique identifier used to correlate and trace this request.

Responses
200

Returns a paginated list of journals for the specified consent.

application/json

Represents a paginated result containing metadata and a collection of items.

get
/api/v1/consents/{consentId}/journals

Create a journal

post

Creates a new journal entry for the specified consent.

System support

System
Status

Fortnox

Fortnox

✅ Supported

Bjorn Lunden

Bjorn Lunden

✅ Supported

Spiris

Spiris

✅ Supported

Tripletex

Tripletex

✅ Supported

Visma e-conomic

Visma e-conomic

✅ Supported

Billy

Billy

🔧 Under development / beta release

Visma Dinero

Visma Dinero

✅ Supported

Procountor

Procountor

✅ Supported

Visma Netvisor

Visma Netvisor

📞 Not supported / contact us

Microsoft Business Central

Microsoft Business Central

📞 Not supported / contact us

Exact Online

Exact Online

📞 Not supported / contact us

QuickBooks

QuickBooks

📞 Not supported / contact us

Xero

Xero

🔧 Under development / beta release

Bokio

Bokio

📞 Not supported / contact us

Authorizations
x-api-keystringRequired

Use the API key to access all API endpoints.

Path parameters
consentIdstring · uuidRequired

Identifier of the consent representing the connection to the accounting system.

Header parameters
x-correlation-idstring · uuidRequired

Unique identifier used to correlate and trace this request.

Body

Represents input data for creating a journal entry.

referencestring · nullableOptional

Reference identifier for the journal.

transactionDatestring · nullableOptional

Date of the journal transaction.

bookedJournalIndicatorboolean · nullableOptional

Indicates whether the journal should be booked immediately.

Responses
post
/api/v1/consents/{consentId}/journals

No content

Get a journal by ID

get

Retrieves a single journal by its identifier.

System support

System
Status

Fortnox

Fortnox

✅ Supported

Bjorn Lunden

Bjorn Lunden

🔧 Under development / beta release

Spiris

Spiris

🔧 Under development / beta release

Tripletex

Tripletex

🔧 Under development / beta release

Visma e-conomic

Visma e-conomic

📞 Not supported / contact us

Billy

Billy

🔧 Under development / beta release

Visma Dinero

Visma Dinero

📞 Not supported / contact us

Procountor

Procountor

✅ Supported

Visma Netvisor

Visma Netvisor

📞 Not supported / contact us

Microsoft Business Central

Microsoft Business Central

📞 Not supported / contact us

Exact Online

Exact Online

📞 Not supported / contact us

QuickBooks

QuickBooks

📞 Not supported / contact us

Xero

Xero

🔧 Under development / beta release

Bokio

Bokio

📞 Not supported / contact us

Authorizations
x-api-keystringRequired

Use the API key to access all API endpoints.

Path parameters
consentIdstring · uuidRequired

Identifier of the consent representing the connection to the accounting system.

journalIdstringRequired

The id of the journal you wish to retrieve.

Header parameters
x-correlation-idstring · uuidRequired

Unique identifier used to correlate and trace this request.

Responses
200

Returns the requested journal.

application/json

Represents a journal entry with its accounting entries.

idstring · nullableOptional

Unique identifier generated by the accounting system.

referencestring · nullableOptional

External reference or number assigned to the journal.

transactionDatestring · nullableOptional

Date when the transaction occurred. Format: yyyy-MM-dd.

get
/api/v1/consents/{consentId}/journals/{journalId}

Last updated

Was this helpful?