TriggerMtdAdjustableSummaryRequest
Asks HMRC to generate a new adjustable summary for an income source and accounting period.
The period must have ended.
Properties
| Name | Type | Description |
|---|---|---|
| businessId* | string | HMRC's identifier for the income source. |
HMRC's identifier for the income source. | ||
| incomeSourceType* | enum | Unknown SelfEmployment UkProperty ForeignProperty |
Unknown SelfEmployment UkProperty ForeignProperty | ||
| accountingPeriodStartDate* | string | Start of the accounting period to summarise. |
Start of the accounting period to summarise. | ||
| accountingPeriodEndDate* | string | End of the accounting period to summarise. Must have passed. |
End of the accounting period to summarise. Must have passed. | ||
JSON Example
{
"businessId": "string",
"incomeSourceType": "Unknown",
"accountingPeriodStartDate": "2024-01-01",
"accountingPeriodEndDate": "2024-01-01"
}