API reference · InvoicesPOST/api/v1/invoices/{id}/duplicate
Product availabilityAlgaPSA
Duplicate invoice
Clones an invoice into a new draft/manual invoice.
Path parameters
idstring <uuid>Required
Path UUID parameter resolved by ApiBaseController.extractIdFromPath().
Response body
Success response 200 · schema FinancialInvoiceApiSuccess
anyOf (option 2)array of object
Response codes
200
Invoice action succeeded.
201
Invoice action created a new invoice resource.
400
Invalid request payload or query.
401
API key missing/invalid.
403
invoice:create permission denied.
500
Unexpected invoice action failure.