Revalue a fixed asset (IFRS IAS 16 mark-to-market write-up)
Write-up only. Increases the asset’s cost_basis to a new net book
value, posting DR Fixed Asset / CR Revaluation Surplus (equity).
Falls back to retained_earnings when no revaluation_surplus account
is seeded. The new_book_value MUST exceed the current net book
value; for write-downs use POST /impair instead. Two elections:
ifrs(default): standard IAS 16 revaluation model. Credit goes to revaluation_surplus (equity OCI).us_gaap: rarely permitted under ASC 360. Use only when your accounting policy explicitly allows US GAAP write-ups; otherwise the impairment-recovery model in POST /recover_impairment is the conventional path.
Rule 21 enforces GL postability + balance inside postJournalEntry.
Rule 23: this is the ONLY function besides createFixedAsset that
writes fixed_assets.cost_basis. 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
x >= 0.0162000
"Independent appraisal Q2 2026 (Crowe"
Optional market fair value at the revaluation date (informational; stored on the history row).
market, appraisal, indexation, other Defaults to today when omitted.
ifrs, us_gaap Response
Asset revalued

