AmendMtdBroughtForwardLossRequest
Changes a brought forward loss's amount — the only part of a loss HMRC let you change.
A POST rather than a PUT throughout, mirroring HMRC: they refuse an amend that
changes nothing (RULE_NO_CHANGE), so a save button that re-sends unchanged values fails
instead of doing nothing.
Properties
| Name | Type | Description |
|---|---|---|
| lossAmount* | number | The replacement amount, as a positive figure. Must differ from what HMRC hold. |
The replacement amount, as a positive figure. Must differ from what HMRC hold. | ||
JSON Example
{
"lossAmount": 0
}