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

Supplier Invoices Attachments

Create and retrieve attachments for supplier invoices.

Get a supplier invoice attachment

get

Downloads a supplier invoice attachment file by its identifier.

System support

System
Status

Fortnox

Fortnox

πŸ“ž Not supported / contact us

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

βœ… Supported

Visma Netvisor

Visma Netvisor

βœ… Supported

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.

supplierInvoiceIdstringRequired

Identifier of the supplier invoice.

attachmentIdstringRequired

Identifier of the attachment.

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}/supplierinvoices/{supplierInvoiceId}/attachments/{attachmentId}
GET /accounting/api/v1/consents/{consentId}/supplierinvoices/{supplierInvoiceId}/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

Get a printable supplier invoice attachment

get

Retrieves a printable attachment for the specified supplier invoice.

System support

System
Status

Fortnox

Fortnox

πŸ“ž Not supported / contact us

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

βœ… 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

βœ… 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.

supplierInvoiceIdstringRequired

Identifier of the supplier invoice.

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}/supplierinvoices/{supplierInvoiceId}/attachments/printable
GET /accounting/api/v1/consents/{consentId}/supplierinvoices/{supplierInvoiceId}/attachments/printable HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
binary

List supplier invoice attachments

get

Retrieves a paginated list of attachments for the specified supplier invoice.

System support

System
Status

Fortnox

Fortnox

πŸ“ž Not supported / contact us

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

βœ… Supported

Visma Netvisor

Visma Netvisor

βœ… Supported

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.

supplierInvoiceIdstringRequired

Identifier of the supplier invoice.

Header parameters
x-correlation-idstring Β· uuidRequired

Unique identifier used to correlate and trace this request.

Responses
200

Returns a paginated list of supplier invoice attachments for the specified consent.

application/json

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

get/api/v1/consents/{consentId}/supplierinvoices/{supplierInvoiceId}/attachments
GET /accounting/api/v1/consents/{consentId}/supplierinvoices/{supplierInvoiceId}/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"
    }
  ]
}

Create a supplier invoice attachment

post

Uploads and creates a new attachment for the specified supplier invoice.

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

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

βœ… Supported

Microsoft Business Central

Microsoft Business Central

βœ… Supported

Exact Online

Exact Online

πŸ“ž Not supported / contact us

QuickBooks

QuickBooks

πŸ“ž Not supported / contact us

Xero

Xero

βœ… Supported

Bokio

Bokio

βœ… Supported

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.

supplierInvoiceIdstringRequired

Identifier of the supplier invoice.

Header parameters
x-correlation-idstring Β· uuidRequired

Unique identifier used to correlate and trace this request.

Body
attachmentstring Β· binaryRequired

Attachment file entity.

Responses
201

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

post/api/v1/consents/{consentId}/supplierinvoices/{supplierInvoiceId}/attachments
POST /accounting/api/v1/consents/{consentId}/supplierinvoices/{supplierInvoiceId}/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?