MtdBusinessDetailsDto
One MTD income source in detail, with its accounting periods and quarterly reporting choice.
Properties
| Name | Type | Description |
|---|---|---|
| clientCode | string | The Sodium client the income source belongs to, stamped by the API on the way out. |
The Sodium client the income source belongs to, stamped by the API on the way out. | ||
| businessId | string | HMRC's identifier for the income source. |
HMRC's identifier for the income source. | ||
| typeOfBusiness | string | HMRC's income source type: self-employment, uk-property or foreign-property. |
HMRC's income source type: self-employment, uk-property or foreign-property. | ||
| tradingName | string | The trading name, where HMRC hold one. |
The trading name, where HMRC hold one. | ||
| commencementDate | string | The date the business commenced trading, where HMRC hold one. |
The date the business commenced trading, where HMRC hold one. | ||
| cessationDate | string | The date the business ceased trading, if it has. |
The date the business ceased trading, if it has. | ||
| accountingPeriods | array of AccountingPeriodResponseDto | The accounting periods HMRC hold for the business. |
The accounting periods HMRC hold for the business. | ||
| quarterlyPeriodType | string | Standard or calendar quarterly periods, where a choice was actively made. HMRC only return |
Standard or calendar quarterly periods, where a choice was actively made. HMRC only return | ||
| quarterlyPeriodTypeTaxYear | string | The tax year the quarterly period choice was made for, where held. |
The tax year the quarterly period choice was made for, where held. | ||
JSON Example
{
"clientCode": "string",
"businessId": "string",
"typeOfBusiness": "string",
"tradingName": "string",
"commencementDate": "2024-01-01"
}