API Docs / Operations / Client - MTD Dividends / Save UK Dividends

Save UK Dividends

PUT /tenants/{tenant}/clients/{client}/mtd/dividends/{taxYear}/uk

Sends the year's plain UK dividends to HMRC — a full replacement of the pair. Omitting one of the two clears it, so send both whenever both should stand. A request with neither is refused: clearing the year is a delete rather than an empty save.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "ukDividends": 0,
  "otherUkDividends": 0
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found