API Docs / Schemas / SaveMtdUkDividendsRequest

SaveMtdUkDividendsRequest

Saves the year's plain UK dividends at HMRC — a full replacement of the pair. Omitting one of
the two clears it, so send both whenever both should stand.

Properties

Name Type Description
ukDividendsnumber

Dividends from UK companies.

Dividends from UK companies.

otherUkDividendsnumber

Other UK dividends, e.g. from authorised unit trusts.

Other UK dividends, e.g. from authorised unit trusts.

JSON Example

{
  "ukDividends": 0,
  "otherUkDividends": 0
}

Used By Operations