Update Invoices via API

Hi,
As part of our automation, we want to amend recurring invoice quantities.

Do I have any way of doing this? If not, can we implement it?

If it would be possible to do this based on the ItemID returned through the API on Invoice_get, would be amazing.

Regards and thanks in advance.

Hi @APereira

If you pass an InvoiceID to the Invoice_Create endpoint, along with all the invoice details (client, invoice lines, etc.), it will save a copy of the invoice with the new data.


Hope that helps!

1 Like