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

Save Foreign Reliefs

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

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
taxYear* path string
{
  "foreignTaxCreditRelief": 0,
  "foreignIncomeTaxCreditRelief": [
    {
      "countryCode": "...",
      "foreignTaxPaid": "...",
      "taxableAmount": "...",
      "employmentLumpSum": "..."
    }
  ],
  "foreignTaxForFtcrNotClaimed": 0
}

Responses

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