Jupiter ERP
Account API

ApplyCreditNoteToInvoiceRequest

Fields, types, and references to other models.

ApplyCreditNoteToInvoiceRequest (object)

FieldTypeDescription
amount_centsintegerAmount to offset in cents. Defaults to min(invoice amount_open, credit note amount_open).
invoice_idintegerRequired when the credit note has no invoice_id. Must match the linked invoice otherwise.
notestring
settlement_datestring (date)
settlement_typestringDefaults based on amounts when omitted.

string

  • full_cancellation
  • partial_reduction
Example (JSON)
{
  "invoice_id": 0,
  "amount_cents": 0,
  "settlement_type": "full_cancellation",
  "settlement_date": "2026-01-15",
  "note": "string"
}
Schema ApplyCreditNoteToInvoiceRequest · Jupiter ERP