For the complete documentation index, see llms.txt. This page is also available as Markdown.

Journals Attachments

Retrieve attachments associated with journal entries.

Get a journal attachment by ID

get

Retrieves a single journal attachment by its identifier.

System support

System
Status

Fortnox

Fortnox

βœ… Supported

Bjorn Lunden

Bjorn Lunden

πŸ“ž Not supported / contact us

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

πŸ“ž Not supported / contact us

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

βœ… Supported

Bokio

Bokio

πŸ“ž Not supported / contact us

Kleer

Kleer

πŸ“ž 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 attachment for.

attachmentIdstringRequired

The id of the attachment you wish to retrieve.

Header parameters
x-correlation-idstring Β· uuidRequired

Unique identifier used to correlate and trace this request.

Responses
200

The requested file. Content-Type is determined by the attachment (e.g. application/pdf, image/png).

string Β· binaryOptional

File content (e.g. PDF or image). Actual Content-Type is in the response headers.

get/api/v1/consents/{consentId}/journals/{journalId}/attachments/{attachmentId}
GET /accounting/api/v1/consents/{consentId}/journals/{journalId}/attachments/{attachmentId} HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
binary

Create a journal attachment

post

Creates a new attachment for the specified journal.

System support

System
Status

Fortnox

Fortnox

βœ… Supported

Bjorn Lunden

Bjorn Lunden

βœ… Supported

Spiris

Spiris

βœ… Supported

Tripletex

Tripletex

πŸ“ž Not supported / contact us

Visma e-conomic

Visma e-conomic

βœ… Supported

Billy

Billy

βœ… Supported

Visma Dinero

Visma Dinero

βœ… Supported

Procountor

Procountor

πŸ“ž Not supported / contact us

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

βœ… Supported

Bokio

Bokio

πŸ“ž Not supported / contact us

Kleer

Kleer

πŸ“ž 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 journal for which you wish to create an attachment.

Header parameters
x-correlation-idstring Β· uuidRequired

Unique identifier used to correlate and trace this request.

Body
attachmentstring Β· binaryOptional

Attachment file.

Responses
201

The journal attachment was created. Response includes a Location header with the URL of the created resource.

post/api/v1/consents/{consentId}/journals/{journalId}/attachments
POST /accounting/api/v1/consents/{consentId}/journals/{journalId}/attachments HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Content-Type: multipart/form-data
Accept: */*
Content-Length: 23

{
  "attachment": "binary"
}

No content

Last updated

Was this helpful?