API: Invoice Add TotalAmounts and Paid Status

Hi Guys,

Have been using Manager.IO for some time and we use the API a fair bit. Was wondering if you could please add to the JSON output for invoices, the total Invoice amount, and the paid status.

This is actually possible by appending .json to any URL path.

For example, if you want to know these for specific invoice, the URL path will be…

/sales-invoice-view?..

Try changing it in your web-browser to:

/sales-invoice-view.json?..

Thanks Lubos!