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

Save Other Reliefs

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

Sends the year's loan interest, payroll giving, maintenance payments, post-cessation losses and annual payments to HMRC. A full replacement — every entry that should survive must be in the request.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "nonDeductibleLoanInterest": {
    "customerReference": "string",
    "reliefClaimed": 0
  },
  "payrollGiving": {
    "customerReference": "string",
    "reliefClaimed": 0
  },
  "qualifyingDistributionRedemptionOfSharesAndSecurities": {
    "customerReference": "string",
    "amount": 0
  },
  "maintenancePayments": [
    {
      "customerReference": "...",
      "exSpouseName": "...",
      "exSpouseDateOfBirth": "...",
      "amount": "..."
    }
  ],
  "postCessationTradeReliefAndCertainOtherLosses": [
    {
      "customerReference": "...",
      "businessName": "...",
      "dateBusinessCeased": "...",
      "natureOfTrade": "...",
      "incomeSource": "..."
    }
  ]
}

Responses

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