Suppliers
Retrieve supplier records for a given consent.
Retrieves a paginated list of suppliers for the specified consent.
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
β Supported
Visma Dinero
β Supported
![]()
Procountor
β Supported
Visma Netvisor
π Not supported / contact us
Microsoft Business Central
β Supported
Exact Online
β Supported
![]()
QuickBooks
β Supported
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.
Number of records to return per page. Range: 1-100.
Page number to return. Must be 1 or greater.
Unique identifier used to correlate and trace this request.
Returns a paginated list of suppliers 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.
This operation is not supported by the connected accounting system.
GET /accounting/api/v1/consents/{consentId}/suppliers 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": "SUP-001",
"customerAssignedAccountId": {
"id": "SUP-001",
"schemeId": "supplierId"
},
"party": {
"partyIdentification": [],
"partyName": {
"name": "Acme Supplies",
"languageId": "ENG"
},
"postalAddress": null,
"partyLegalEntity": null,
"contact": null,
"endpointId": null
},
"deliveryAddresses": [],
"description": null,
"financialDimensions": [],
"active": true,
"currency": "SEK",
"paymentMeans": [
{
"paymentChannelCode": "IBAN",
"payeeFinancialAccounts": [
{
"id": "SE3550000000054910000003",
"financialInstitution": "Swedbank"
}
],
"payeeFinancialAccount": "SE3550000000054910000003",
"financialAccount": {
"id": "SE3550000000054910000003",
"financialInstitution": "Swedbank"
}
}
]
}
]
}Retrieves a single supplier by its identifier.
System support
Fortnox
π Not supported / contact us
Bjorn Lunden
π Not supported / contact us
Spiris
π Not supported / contact us
Tripletex
π Not supported / contact us
Visma e-conomic
π Not supported / contact us
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
β Supported
![]()
QuickBooks
β Supported
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 supplier.
Unique identifier used to correlate and trace this request.
Returns the requested supplier.
Represents a supplier entity in the accounting system.
Unique identifier for the supplier.
Indicates whether the supplier is active.
Currency code associated with the supplier.
Missing or invalid authentication credentials.
Not authorized to access this resource.
The requested supplier was not found.
This operation is not supported by the connected accounting system.
GET /accounting/api/v1/consents/{consentId}/suppliers/{supplierId} HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
x-correlation-id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
{
"id": "SUP-001",
"customerAssignedAccountId": {
"id": "SUP-001",
"schemeId": "supplierId"
},
"party": {
"partyIdentification": [],
"partyName": {
"name": "Acme Supplies",
"languageId": "ENG"
},
"postalAddress": null,
"partyLegalEntity": null,
"contact": null,
"endpointId": null
},
"deliveryAddresses": [],
"description": null,
"financialDimensions": [],
"active": true,
"currency": "SEK",
"paymentMeans": [
{
"paymentChannelCode": "IBAN",
"payeeFinancialAccounts": [
{
"id": "SE3550000000054910000003",
"financialInstitution": "Swedbank"
}
],
"payeeFinancialAccount": "SE3550000000054910000003",
"financialAccount": {
"id": "SE3550000000054910000003",
"financialInstitution": "Swedbank"
}
}
]
}Last updated
Was this helpful?
