New property on Accounts
by Henric StrömNew endpoints: InventoryItems
by Henric StrömNew 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 January 17-18 at 01 Swedish time
by Sorin TuroiuPlanned 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ömToday 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 TuroiuDirect 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.
Changelog:
- GET /v2/customers
- GET /v2/customers/{customerId}
- POST /v2/customers
- PUT /v2/customers
CustomerInvoiceDraft updates
by Sorin TuroiuNew mapping on
RotReducedInvoicingAmount
andRotReducedInvoicingAutomaticDistribution
for CustomerInvoiceDraft endpoints
RotReducedInvoicingAmount
andRotReducedInvoicingAutomaticDistribution
are now are being saved whenUsesGreenTechnology
is true forv2/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 namedContributionMargin
, 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
New property on CustomerInvoices
by Henric StrömCreditedByApi
CreditedByApi
has been added to theCustomerInvoiceApi
object, an object that contains information about the invoice that the current invoice is credited by.
New property on Attachments
by Henric StrömCurrencyCode
CurrencyCode
has been added to theAttachmentResultApi
object, representing the currency used on the supplier for the attachment.