eAccounting API V1 no longer available
As from today (2023-06-30) requests towards eAccounting API will result in a HTTP status code 401 (Gone).
New property on Quote
New property on Quote
DeliveryDate has been added to the Quote model. Proper validation error will be thrown if the delivery date is earlier than the quote date.
Fixed filtering issues with PaymentStatus
Fixed filtering issue with PaymentStatus
On CustomerInvoiceAPI there were previously a issue when filtering on PaymentStatus. It's now fixed and can be filtered accordingly.
New filter type for GET /v2/articles
New filter type for GET /v2/articles
In order to filter on article account coding type we've added a filterable property called
CodingType
. Filter on value 1 or 2 for Goods or Service.
New property on Customers
New property on Customers
UnpaidInvoicesAmount has been added to display the value of unpaid customer invoices for the given customer.
New property on Accounts
New property on Accounts
CreatedUtc was previously missing from the endpoints specified below. It's read-only.
New endpoints: InventoryItems
New endpoints: InventoryItems
You are now able to get information about booked inventory items (also known as fixed assets) from the API. Read more about how the functionality works within eAccounting here .
Planned maintenance window January 17-18 at 01 Swedish time
Planned maintenance window
On the night between January 17-18 our identity provider, Visma Online, will have a planned maintenance window to do a release of Duende IdServer that will cause down time in their system.
The release will start at 01 Swedish time and will take at least two hours.
Deprecation of V1
Today we released information about the deprecation of V1 of the eAccounting API. Read more about it in the FAQ here.
New fields on Customer
Direct debit (for the Netherlands) settings and IBAN on the Customer
We have added two fields to Customer endpoints,
Iban
andDirectDebitCustomerSettings
object that refer to the direct debit module (for the Netherlands) settings.
TheDirectDebitCustomerSettings
object containsMandateId
,MandateType
,SequenceType
,SigningDate
,EndDate
andLatestDirectDebit
properties.