AddMtdSavingsAccountRequest
Registers a UK savings account for the client at HMRC. Accounts are registered once rather than
per tax year, and HMRC issue the identifier every later call uses.
Properties
| Name | Type | Description |
|---|---|---|
| accountName* | string | The account's display name. HMRC require it to be unique for the client, and cap it at 32 |
The account's display name. HMRC require it to be unique for the client, and cap it at 32 | ||
JSON Example
{
"accountName": "string"
}