# Invoicing v1 (/api/deprecated/invoicing/v1)

## invoices

- [GET List invoices](/api/deprecated/invoicing/v1/invoice-get-all): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Create draft invoice](/api/deprecated/invoicing/v1/invoice-create): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Send invoice](/api/deprecated/invoicing/v1/invoice-send): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Schedule invoice](/api/deprecated/invoicing/v1/invoice-schedule): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Send invoice reminder](/api/deprecated/invoicing/v1/invoice-remind): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Cancel sent invoice](/api/deprecated/invoicing/v1/invoice-cancel): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Mark invoice as paid](/api/deprecated/invoicing/v1/invoice-record-payment): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Mark invoice as refunded](/api/deprecated/invoicing/v1/invoice-record-refund): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [GET Show invoice details](/api/deprecated/invoicing/v1/invoice-get): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [DELETE Delete draft invoice](/api/deprecated/invoicing/v1/invoice-delete): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [PUT Update invoice](/api/deprecated/invoicing/v1/invoice-update): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [DELETE Delete external payment](/api/deprecated/invoicing/v1/invoice-delete-external-payment): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [DELETE Delete external refund](/api/deprecated/invoicing/v1/invoice-delete-external-refund): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [GET Generate QR code](/api/deprecated/invoicing/v1/invoice-qr-code): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Generate invoice number](/api/deprecated/invoicing/v1/invoice-next-invoice-number): Deprecation notice: The /v1/invoices endpoint is deprecated.

## search

- [POST Search for invoices](/api/deprecated/invoicing/v1/invoice-search): Deprecation notice: The /v1/invoices endpoint is deprecated.

## templates

- [GET List templates](/api/deprecated/invoicing/v1/template-get-templates): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [POST Create template](/api/deprecated/invoicing/v1/template-create): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [GET Show template details](/api/deprecated/invoicing/v1/template-get): Deprecation notice: The /v1/invoices endpoint is deprecated.
- [DELETE Delete template](/api/deprecated/invoicing/v1/template-delete): Deletes a template, by ID.
- [PUT Update template](/api/deprecated/invoicing/v1/template-update): Deprecation notice: The /v1/invoices endpoint is deprecated.