Journals Attachments
Retrieve attachments associated with journal entries.
Retrieves a single journal attachment by its identifier.
System support
Fortnox
β Supported
Bjorn Lunden
π Not supported / contact us
Spiris
π Not supported / contact us
Tripletex
π Not supported / contact us
Visma e-conomic
π Not supported / contact us
Billy
π Not supported / contact us
Visma Dinero
π Not supported / contact us
![]()
Procountor
π Not supported / contact us
Visma Netvisor
π Not supported / contact us
Microsoft Business Central
π Not supported / contact us
Exact Online
π Not supported / contact us
![]()
QuickBooks
π Not supported / contact us
Xero
β Supported
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.
The id of the journal you wish to retrieve attachment for.
The id of the attachment you wish to retrieve.
Unique identifier used to correlate and trace this request.
The requested file. Content-Type is determined by the attachment (e.g. application/pdf, image/png).
File content (e.g. PDF or image). Actual Content-Type is in the response headers.
Missing or invalid authentication credentials.
Not authorized to access this resource.
The requested journal attachment was not found.
This operation is not supported by the connected accounting system.
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: */*
binaryCreates a new attachment for the specified journal.
System support
Fortnox
β Supported
Bjorn Lunden
β Supported
Spiris
β Supported
Tripletex
π Not supported / contact us
Visma e-conomic
β Supported
Billy
β Supported
Visma Dinero
β Supported
![]()
Procountor
π Not supported / contact us
Visma Netvisor
π Not supported / contact us
Microsoft Business Central
π Not supported / contact us
Exact Online
π Not supported / contact us
![]()
QuickBooks
π Not supported / contact us
Xero
β Supported
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.
The journal for which you wish to create an attachment.
Unique identifier used to correlate and trace this request.
Attachment file.
The journal attachment was created. Response includes a Location header with the URL of the created resource.
The request body or parameters are invalid.
Missing or invalid authentication credentials.
Not authorized to access this resource.
This operation is not supported by the connected accounting system.
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?
