Jupiter ERP
Account API

UpdateDunningRequest

Request to update a dunning (draft only). invoice_id cannot be changed. Display number is derived from invoice + dunning level.

UpdateDunningRequest (object)

Request to update a dunning (draft only). invoice_id cannot be changed. Display number is derived from invoice + dunning level.

FeldTypBeschreibung
currency_codestringCurrency code (e.g. EUR)
datestring (date)Dunning date (YYYY-MM-DD)
due_datestring (date)Due date (YYYY-MM-DD)
dunning_fee_amountintegerDunning fee in cents
dunning_levelinteger0 = payment reminder, 1+ = dunning level
exchange_ratestringOptional exchange rate to EUR (foreign units per 1 EUR, ECB convention). When omitted, it is prefilled from the daily ECB rate for the document date.
print_background_idintegerLetterhead/print background template
print_layout_idintegerPrint layout
print_optionsobject
FeldTypBeschreibung
show_contact_numberbooleanShow contact number
show_folding_marksbooleanShow folding marks
show_footerbooleanShow footer
show_headerbooleanShow header
show_item_pricesbooleanShow item prices
show_item_quantitiesbooleanShow item quantities
show_item_skubooleanShow item SKU
show_item_tax_ratebooleanShow item tax rate
show_item_totalsbooleanShow item totals
show_logobooleanShow logo
show_logo_textbooleanShow logo text
show_page_numbersbooleanShow page numbers
show_signature_fieldbooleanShow signature field
show_termsbooleanShow terms
show_totalsbooleanShow totals
service_object_idsinteger[]

array

Elemente

integer

subjectstringSubject line
text_bottomstringFooter text (HTML)
text_topstringHeader text (HTML)
Beispiel (JSON)
{
  "date": "2026-01-15",
  "due_date": "2026-01-15",
  "subject": "string",
  "text_top": "string",
  "text_bottom": "string",
  "dunning_level": 0
}
Schema UpdateDunningRequest · Jupiter ERP