API Docs / Schemas / SaveMtdDirectorshipDividendRequest

SaveMtdDirectorshipDividendRequest

Saves the directorship and dividend information for one employment — a full replacement.

Properties

Name Type Description
companyDirector*boolean

Whether the client is a director of the company. Required by HMRC, and the answer the whole
resource exists to record — so it is not defaulted.

Whether the client is a director of the company. Required by HMRC, and the answer the whole
resource exists to record — so it is not defaulted.

closeCompanyboolean

Whether the company is a close company.

Whether the company is a close company.

directorshipCeasedDatestring

The date the directorship ceased, when it ceased in the year.

The date the directorship ceased, when it ceased in the year.

companyNamestring

The company's name.

The company's name.

companyNumberstring

The company's Companies House registration number.

The company's Companies House registration number.

shareholdingnumber

The client's shareholding in the company, as a percentage.

The client's shareholding in the company, as a percentage.

dividendReceivednumber

The dividends received from the company.

The dividends received from the company.

JSON Example

{
  "companyDirector": false,
  "closeCompany": false,
  "directorshipCeasedDate": "2024-01-01",
  "companyName": "string",
  "companyNumber": "string"
}

Used By Operations