API Docs / Schemas / MtdSavingsAccountCreatedDto

MtdSavingsAccountCreatedDto

The account HMRC created, with the identifier they issued for it.

Properties

Name Type Description
savingsAccountIdstring

HMRC's identifier for the new account — the key every later call uses.

HMRC's identifier for the new account — the key every later call uses.

accountNamestring

The account's display name, as HMRC recorded it.

The account's display name, as HMRC recorded it.

JSON Example

{
  "savingsAccountId": "string",
  "accountName": "string"
}

Used By Operations