API Docs / Operations / Client - MTD Adjustable Summaries / Trigger Adjustable Summary

Trigger Adjustable Summary

POST /tenants/{tenant}/clients/{client}/mtd/adjustable-summaries/trigger

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "businessId": "string",
  "incomeSourceType": "Unknown",
  "accountingPeriodStartDate": "2024-01-01",
  "accountingPeriodEndDate": "2024-01-01"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found