Sales Invoices Attachments
Create and retrieve attachments for sales invoices, including printable invoice PDFs.
Retrieves a paginated list of attachments for the specified sales invoice.
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
✅ Supported
Exact Online
✅ Supported
![]()
QuickBooks
✅ Supported
Xero
✅ Supported
Bokio
✅ Supported
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.
Identifier of the sales invoice.
Unique identifier used to correlate and trace this request.
Returns a paginated list of sales invoice attachments for the specified consent.
Represents a paginated result containing metadata and a collection of items.
Missing or invalid authentication credentials.
Not authorized to access this resource.
The requested sales invoice was not found.
This operation is not supported by the connected accounting system.
GET /accounting/api/v1/consents/{consentId}/salesinvoices/{salesInvoiceId}/attachments HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
{
"meta": {
"totalResources": 10,
"totalPages": 1,
"currentPage": 1
},
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440003",
"invoiceId": "INV-001",
"type": "Attachment",
"fileName": "invoice.pdf"
}
]
}Creates a new attachment for the specified sales invoice.
System support
Fortnox
✅ Supported
Bjorn Lunden
✅ Supported
Spiris
✅ Supported
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.
Identifier of the sales invoice.
Unique identifier used to correlate and trace this request.
Attachment file entity.
The sales invoice 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}/salesinvoices/{salesInvoiceId}/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
Retrieves a specific attachment file for the specified sales invoice.
System support
Fortnox
✅ Supported
Bjorn Lunden
✅ Supported
Spiris
✅ Supported
Tripletex
📞 Not supported / contact us
Visma e-conomic
📞 Not supported / contact us
Billy
✅ Supported
Visma Dinero
📞 Not supported / contact us
![]()
Procountor
✅ Supported
Visma Netvisor
✅ Supported
Microsoft Business Central
✅ Supported
Exact Online
✅ Supported
![]()
QuickBooks
✅ Supported
Xero
✅ Supported
Bokio
✅ Supported
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.
Identifier of the sales invoice.
Identifier of the attachment.
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 sales invoice attachment was not found.
This operation is not supported by the connected accounting system.
GET /accounting/api/v1/consents/{consentId}/salesinvoices/{salesInvoiceId}/attachments/{attachmentId} HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
binaryRetrieves a printable version of the specified sales invoice.
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
✅ Supported
Exact Online
✅ Supported
![]()
QuickBooks
✅ Supported
Xero
✅ Supported
Bokio
✅ Supported
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.
Identifier of the sales invoice.
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 sales invoice was not found.
This operation is not supported by the connected accounting system.
GET /accounting/api/v1/consents/{consentId}/salesinvoices/{salesInvoiceId}/attachments/printable HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
binaryLast updated
Was this helpful?
