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.
| Code | Type | HTTP | Category |
|---|---|---|---|
invoice_not_reschedulable_in_current_state | invalid_request_error | 422 | Invoices |
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.