My Products
Help
Jeroen Bijl
CONTRIBUTOR **

VAT data is not included on General Ledger transactions

by Jeroen Bijl

Hi,

Ive read this old post: https://community.visma.com/t5/Forum-in-Developers-Visma-net/Endpoint-for-General-ledger-transaction...

and what other posts I found regarding VAT. However Im struggling to figure out a "good"(any way really) way to get VAT data for all journal transactions. Our integration is going to be used for a wide variety of customers, so making the accountants check the "make a VAT transaction" manually is not an option. 

Is there a proper way to fetch this data these days? 

Doing a manual export I get VAT data, but the api call to f.ex API/controller/api/v2/journaltransaction/{voucherNumber} does not include the VAT data on the same line. In the api call I can see:

"createVatTransaction": false,
"skipVatAmountValidation": false,
But there is VAT data there on the manual export. How do I get it? And how can it be done with as little overhead as possible? 



1 REPLY 1
Jeroen Bijl
CONTRIBUTOR **

by Jeroen Bijl

Bumping this, it's a blocker for our integration