VAT total for invoice

Is there a way to get a VAT total for an invoice using the API?

The only way I can see to do it is by using Invoice_Get then calculate TotalAmount - sum(LineTotal)

Hi @HS_Ltd

It is possible though Invoice_Search. There’s an additional parameter you can pass when requesting the data to show the VAT and Net totals.

More information on this here: https://api.quickfile.co.uk/d/v1_2/Invoice_Search

Aaaah, thanks. Would it be possible to incorporate the additional parameters into Invoice_Get?

I will certainly see what can be done here :slight_smile: