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 |
Whether the client is a director of the company. Required by HMRC, and the answer the whole | ||
| closeCompany | boolean | Whether the company is a close company. |
Whether the company is a close company. | ||
| directorshipCeasedDate | string | The date the directorship ceased, when it ceased in the year. |
The date the directorship ceased, when it ceased in the year. | ||
| companyName | string | The company's name. |
The company's name. | ||
| companyNumber | string | The company's Companies House registration number. |
The company's Companies House registration number. | ||
| shareholding | number | The client's shareholding in the company, as a percentage. |
The client's shareholding in the company, as a percentage. | ||
| dividendReceived | number | 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"
}