Save Other Savings Income
Sends the year's securities and foreign interest to HMRC. This is a full replacement of what HMRC hold — anything omitted is cleared — so the request must carry every value that should survive, not only what changed. Clearing the year is a delete rather than an empty save.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| taxYear* | path string | |
Request Body*
{
"securities": {
"taxTakenOff": 0,
"grossAmount": 0,
"netAmount": 0
},
"foreignInterest": [
{
"countryCode": "...",
"amountBeforeTax": "...",
"taxTakenOff": "...",
"specialWithholdingTax": "...",
"foreignTaxCreditRelief": "..."
}
]
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found