API Docs / Operations / Client - MTD Tax Year / Export MTD Records

Export MTD Records

GET /tenants/{tenant}/clients/{client}/mtd/tax-years/{taxYear}/export

The client's whole Making Tax Digital record for the tax year as a CSV: every quarterly update prepared or sent — superseded ones included, because a corrected filing is part of the history — the year-end annual submission held for each income source, and the year's other income, reliefs and gains. Every row carries the period, the status, who prepared and submitted it, and HMRC's correlation id, which is the only evidence of an exchange MTD issues no receipt for. Parts HMRC could not answer for are written into the file as explained gaps rather than failing the export.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string

Responses

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

Try it