Search code examples
apirestpostmanhttprequest

Akaunting API - Create, Update & Delete invoices


I'm trying to create, update and delete invoices through Akaunting API. It is possible to create invoice by passing json to .../api/invoices.

But I can't find a way to delete and update an invoice through API.

I use POSTMAN to send requests.

Please help if anyone know how to delete and update invoices through Akaunting API.

Thanks.


Solution

  • The update request should be sent to .../api/invoices/{invoice_id}.