Record an impairment recovery (IFRS IAS 36 reversal)
Reverses a previously-recorded impairment when the indicators driving
the original write-down no longer apply. The recovery amount may NOT
exceed the net-impaired total (total prior impairments minus prior
recoveries) on this asset; attempts to over-recover return 400
RECOVERY_EXCEEDS_IMPAIRED. Gated behind entity setting
fixed_assets_config.allow_impairment_recovery; when disabled,
returns 400 IMPAIRMENT_RECOVERY_DISABLED.
Posts DR Accumulated Depreciation / CR Impairment Recovery (other
income). Rule 21 enforces GL postability + balance. Idempotent when
Idempotency-Key is supplied.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_
Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Headers
Client-generated unique key for idempotent POST/PATCH/DELETE operations. Alias for the Idempotency parameter. Max 255 chars. On retry with the same key, the original response is returned without re-executing the operation. Keys expire after 24 hours.
255Path Parameters
Body
Response
Recovery posted

