Factuarea API

invoice_not_reschedulable_in_current_state

Rescheduling moves the issuing date of an invoice that is waiting in `scheduled`, and this invoice is not waiting.

CodeTypeHTTPCategory
invoice_not_reschedulable_in_current_stateinvalid_request_error422Invoices

Cause

Rescheduling moves the issuing date of an invoice that is waiting in scheduled, and this invoice is not waiting.

What to do

Check the status: if it is draft, schedule it; if it is already sent, the issuing happened and the date cannot move.

On this page