API Docs / Operations / Client - MTD Quarterly Updates / Save Quarterly Update

Save Quarterly Update

PUT /tenants/{tenant}/clients/{client}/mtd/quarterly-updates

Saves the cumulative year-to-date figures for one income source, creating the draft on first save and replacing the figures on later saves. Editing figures that have already been sent starts a correction: the record returns to draft and the previous declaration is cleared. Nothing is sent to HMRC by this call.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "businessId": "string",
  "incomeSourceType": "Unknown",
  "taxYear": "string",
  "periodStartDate": "2024-01-01",
  "periodEndDate": "2024-01-01"
}

Responses

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