API Docs / Operations / Client - MTD Reliefs / Save Pensions Reliefs

Save Pensions Reliefs

PUT /tenants/{tenant}/clients/{client}/mtd/reliefs/{taxYear}/pensions

Sends the year's pension contribution reliefs to HMRC. A full replacement of all five figures, so send every one that should stand — an omitted figure is cleared.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "regularPensionContributions": 0,
  "oneOffPensionContributionsPaid": 0,
  "retirementAnnuityPayments": 0,
  "paymentToEmployersSchemeNoTaxRelief": 0,
  "overseasPensionSchemeContributions": 0
}

Responses

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