Jupiter ERP
Account API

CancelInvoiceRequest

Fields, types, and references to other models.

CancelInvoiceRequest (object)

FieldTypeDescription
auto_finalizebooleanFinalize the credit note immediately (assign number, generate PDF).
auto_settlebooleanWhen the invoice has an open amount, offset it against the credit note without bank movement.
Example (JSON)
{
  "auto_finalize": true,
  "auto_settle": true
}
Schema CancelInvoiceRequest · Jupiter ERP