👍

New property on Customers

UnpaidInvoicesAmount has been added to display the value of unpaid customer invoices for the given customer.

Changelog

  • Added: UnpaidInvoicesAmount to the CustomerApi model. It's read-only.

New property on Accounts

by Henric Ström

👍

New property on Accounts

CreatedUtc was previously missing from the endpoints specified below. It's read-only.

Changelog

  • Added: CreatedUtc to AccountAPI model.

👍

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 .

Changelog

  • Added: GET /v2/inventoryitems
  • Added: GET /v2/inventoryitems/{id}

📘

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

by Henric Ström

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

by Sorin Turoiu

👍

Direct debit (for the Netherlands) settings and IBAN on the Customer

We have added two fields to Customer endpoints, Iban and DirectDebitCustomerSettings object that refer to the direct debit module (for the Netherlands) settings.
The DirectDebitCustomerSettings object contains MandateId, MandateType, SequenceType, SigningDate, EndDate and LatestDirectDebit properties.

Changelog:

  • GET /v2/customers
  • GET /v2/customers/{customerId}
  • POST /v2/customers
  • PUT /v2/customers

🚧

New mapping on RotReducedInvoicingAmount and RotReducedInvoicingAutomaticDistribution for CustomerInvoiceDraft endpoints

RotReducedInvoicingAmount and RotReducedInvoicingAutomaticDistribution are now are being saved when UsesGreenTechnology is true for v2/customerinvoicedrafts endpoints in order to follow the use of green technology in the eAccounting client application.

👍

ShowContributionMargin and ContributionMargin

We have added two fields which refer to the contribution margin being shown on sales documents (as a total and on the rows): one in company settings which can be true or false named ShowContributionMargin and one on the sales documents named ContributionMargin, showing the amount and percentage of the contribution margin.

Changelog

  • GET /v2/companysettings: ShowContributionMargin
  • GET /v2/customerinvoices: ContributionMargin for document and all document rows
  • GET /v2/customerinvoices/{customerinvoiceid}: ContributionMargin for document and all document rows
  • GET /v2/customerinvoicedrafts: ContributionMargin for document and all document rows
  • GET /v2/customerinvoicedrafts/{customerinvoicedraftid}: ContributionMargin for document and all document rows
  • GET /v2/quotes: ContributionMargin for document and all document rows
  • GET /v2/quotes/{quoteid}: ContributionMargin for document and all document rows
  • GET /v2/quotedrafts: ContributionMargin for document and all document rows
  • GET /v2/quotedrafts/{quotedraftid}: ContributionMargin for document and all document rows
  • GET /v2/orders: ContributionMargin for document and all document rows
  • GET /v2/orders/{orderid}: ContributionMargin for document and all document rows

👍

CreditedByApi

CreditedByApi has been added to the CustomerInvoiceApi object, an object that contains information about the invoice that the current invoice is credited by.

👍

CurrencyCode

CurrencyCode has been added to the AttachmentResultApi object, representing the currency used on the supplier for the attachment.