API Docs / Schemas / SaveMtdSavingsAccountInterestRequest

SaveMtdSavingsAccountInterestRequest

Saves one savings account's interest for a tax year — a full replacement of the pair at HMRC.
Omitting one of the two clears it, so send both whenever both should stand.

HMRC offer no delete for account interest: clearing it means saving zeros.

Properties

Name Type Description
taxedUkInterestnumber

Interest paid with tax already taken off.

Interest paid with tax already taken off.

untaxedUkInterestnumber

Interest paid gross.

Interest paid gross.

JSON Example

{
  "taxedUkInterest": 0,
  "untaxedUkInterest": 0
}

Used By Operations