Skip to main content
BlueAI
Home/Invoicing/Overview

Invoicing Reference

API for invoices, quotations, delivery notes, and purchase orders — from creation to payment reconciliation

|
Invoices

Create, send, approve, reconcile payments, and cancel invoices.

  • GET/api/v1/invoicesList invoices
  • POST/api/v1/invoicesCreate an invoice
  • GET/api/v1/invoices/dashboardGet dashboard
  • GET/api/v1/invoices/{id}Get an invoice
  • PATCH/api/v1/invoices/{id}Update an invoice
  • DELETE/api/v1/invoices/{id}Delete an invoice
  • POST/api/v1/invoices/{id}/approveApprove an invoice
  • POST/api/v1/invoices/{id}/sendMark as sent
  • POST/api/v1/invoices/{id}/mark-paidMark as paid
  • POST/api/v1/invoices/{id}/cancelCancel an invoice
  • GET/api/v1/invoices/{id}/pdfGet PDF
  • POST/api/v1/invoices/{id}/send-emailSend by email
Quotations

Create, send, accept/reject, and convert quotations to invoices.

  • GET/api/v1/quotationsList quotations
  • POST/api/v1/quotationsCreate a quotation
  • GET/api/v1/quotations/{id}Get a quotation
  • PATCH/api/v1/quotations/{id}Update a quotation
  • DELETE/api/v1/quotations/{id}Delete a quotation
  • POST/api/v1/quotations/{id}/sendMark as sent
  • POST/api/v1/quotations/{id}/acceptAccept
  • POST/api/v1/quotations/{id}/rejectReject
  • POST/api/v1/quotations/{id}/convertConvert to invoice
  • GET/api/v1/quotations/{id}/pdfGet PDF
  • POST/api/v1/quotations/{id}/send-emailSend by email
Delivery Notes

Create delivery notes, mark as delivered, and convert to invoices.

  • GET/api/v1/delivery-notesList delivery notes
  • POST/api/v1/delivery-notesCreate a delivery note
  • GET/api/v1/delivery-notes/{id}Get a delivery note
  • PATCH/api/v1/delivery-notes/{id}Update a delivery note
  • DELETE/api/v1/delivery-notes/{id}Delete a delivery note
  • POST/api/v1/delivery-notes/{id}/deliverMark as delivered
  • POST/api/v1/delivery-notes/{id}/convertConvert to invoice
  • GET/api/v1/delivery-notes/{id}/pdfGet PDF
  • POST/api/v1/delivery-notes/{id}/send-emailSend by email
Purchase Orders

Create, send, accept, and convert purchase orders to invoices.

  • GET/api/v1/purchase-ordersList purchase orders
  • POST/api/v1/purchase-ordersCreate a purchase order
  • GET/api/v1/purchase-orders/{id}Get a purchase order
  • PATCH/api/v1/purchase-orders/{id}Update a purchase order
  • DELETE/api/v1/purchase-orders/{id}Delete a purchase order
  • POST/api/v1/purchase-orders/{id}/sendMark as sent
  • POST/api/v1/purchase-orders/{id}/acceptAccept
  • POST/api/v1/purchase-orders/{id}/convertConvert to invoice
  • GET/api/v1/purchase-orders/{id}/pdfGet PDF
  • POST/api/v1/purchase-orders/{id}/send-emailSend by email
Invoice Settings

Manage organization invoice defaults (bank account, memo templates, etc.).

  • GET/api/v1/invoice-settingsGet settings
  • PATCH/api/v1/invoice-settingsUpdate settings
Audit Logs

View change history of invoices, quotations, delivery notes, and purchase orders.

  • GET/api/v1/invoices/audit-logsList audit logs