Trigger Adjustable Summary
Asks HMRC to generate a new adjustable summary for an income source and accounting period, returning its identifier. The period must have ended. This is also how a mistaken adjustment is corrected: a summary accepts adjustments once, so a correction is a fresh summary rather than a second attempt at the old one.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"businessId": "string",
"incomeSourceType": "Unknown",
"accountingPeriodStartDate": "2024-01-01",
"accountingPeriodEndDate": "2024-01-01"
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found