Save Foreign Reliefs
Sends the year's foreign tax credit relief and the foreign tax paid without it claimed to HMRC. A full replacement of what HMRC hold.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| taxYear* | path string | |
Request Body*
{
"foreignTaxCreditRelief": 0,
"foreignIncomeTaxCreditRelief": [
{
"countryCode": "...",
"foreignTaxPaid": "...",
"taxableAmount": "...",
"employmentLumpSum": "..."
}
],
"foreignTaxForFtcrNotClaimed": 0
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found