Add Savings Account
Registers a UK savings account with HMRC and returns the identifier they issue. Accounts are registered once rather than per tax year, and the name must be unique for the client. HMRC provide no way to delete an account once registered.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"accountName": "string"
}
Responses
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found