Support for over/under payment
by David AlexandruPossibility to create vouchers with over/under payments towards customers or suppliers.
Changelog
- added: GET /v2/voucherwithoverunderpayment/{voucherId}
- added: POST /v2/voucherwithoverunderpayment
Possibility to create vouchers with over/under payments towards customers or suppliers.
Changelog
We have released the PATCH verb for our Sandbox environment together with some endpoints which use it. This enables the user to update an entity without providing the whole object in the body.
For further information on how to use the PATCH verb please check out our FAQ at https://developer.vismaonline.com/docs/patch-verb
Changelog
Please keep in mind that the endpoints above are currently experimental and subject to change. You can share your thoughts on our API community forum https://community.visma.com/t5/Visma-eAccounting-API/ct-p/IN_MA_eAccountingAPI and provide feedback.
Possibility for fetching either matched or unmatched bank transactions.
Changelog
BuyersOrderReference was added for customer invoices and customer invoice drafts that can be used when sending electronic invoices.
Changelog
Below you can see the updates from May.
New CompanyStatus property on /v2/companysettings that indicates if the company is Inactive, Active or ReadOnly.
/v2/accountbalances now has two new properties called AccountType and AccountTypeDescription. This is to make it easier to generate reports based on the different account types.
We have also made several bug fixes:
/v2/customerinvoicedrafts lacked mapping of a few propertiesChangelog
The WebshopOrderApi response object values were changed in order to align with the webshop order values in eAccounting web. The TotalAmountBaseCurrency and TotalAmountOrderCurrency will always be including vat.
The properties PricePerUnitInvoiceCurrency and Sum inside the WebshopOrderRowApi sub-object will be including vat and for webshop orders that have customers of type Company. For the webshop orders with customers of type Private individual the properties will be excluding vat if the ShowPricesExclVatPC in company settings is true and including vat otherwise.
The CompanySettingsApi model will now return null on the optional TaxDeclarationDate property when the AccountingLockInterval property in not of type TaxDeclaration.
This impacts the response object for GET /v2/companysettings, PUT /v2/companysettings and PUT /v2/companysettings/accountinglocksettings.
Changelog
This impacts the way amount roundings are calculated on sales documents.
For example, lets take the amount 100.45 . Before this amount was rounded to 100.4. After this update, the amount will be rounded to 100.5.
Below you can see a list of all the endpoints in which this update was implemented
Changelog
Below you can see the updates from April.
Changelog