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 Turoiu
Direct debit (for the Netherlands) settings and IBAN on the CustomerWe 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 Turoiu
New mapping onRotReducedInvoicingAmount
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 ContributionMarginWe 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ömNew property on Attachments
by Henric StrömNew endpoint: PUT Fiscalyears
by Henric StrömNew property on Quotes and QuoteDrafts
by Henric StrömNew property on VatCode
by Henric Ström
OssCodeType
OssCodeType
is a readonly property added to the response object of the endpoint GET /v2/vatcodes. The values are 0 = None, 1 = Sales, 2 = Vat with 0 = None as default value. Values 1 = Sales and 2 = Vat are only returned if the company has the setting Apply rules for One Stop Shop (OSS) activated.