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.
Related
All Invoices error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.