Edit an SMSF return field
update_smsf_return_fieldOverride a single field on an SMSF return (income, deduction, etc.) with automatic recomputation and rejection of read-only fields. Blank reverts to ledger value.
Instructions
Override a single field on the return (e.g. an income or deduction amount). Goes through the same safe write path as the web app: calculated/readonly fields are rejected, totals recompute automatically, and a blank value reverts the field to its ledger-derived figure. Returns the recomputed return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | New value (blank to revert to the auto/ledger value) | |
| fund_id | Yes | Fund ID (discover via whoami or list_funds) | |
| field_key | Yes | Field key within the section, e.g. "gross_rent", "auditor_fee" | |
| section_key | Yes | Section key, e.g. "income", "deductions", "tax_calc" | |
| smsf_return_id | Yes | SMSF return ID |