invalid_correction_nature
`correction_nature` only accepts `S` (substitution: the corrective carries the full corrected amounts) or `I` (by difference: it carries only the delta).
| Code | Type | HTTP | Category |
|---|---|---|---|
invalid_correction_nature | invalid_request_error | 422 | Invoices |
Cause
correction_nature only accepts S (substitution: the corrective carries the full corrected amounts) or I (by difference: it carries only the delta).
What to do
Send S when the corrective replaces the original amounts, and I when it only states the difference.