List Tax Returns

GET /tenants/{tenant}/clients/{client}/mtd/tax-return

The tax returns sent for this client from Sodium, newest first, optionally filtered to one tax year. A local read with no HMRC call — a year filed by other software appears here as nothing at all, and HMRC's fulfilled obligation on the review is what says so.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear query string

Responses

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

Try it