Save Other Reliefs
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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| taxYear* | path string | |
Request Body*
{
"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
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found