Skip to main content

Bulksavingsaccountproductupdateitem

Represents a single savings account product update in a bulk operation.

accountIdentifierstring
encodedKeystring

The encoded key of the account to update. Either encodedKey or id must be provided.

idstring

The ID of the account to update. Either encodedKey or id must be provided.

productTypeKeystringrequired

The encoded key of the product type that this account is based on.

Bulksavingsaccountproductupdateitem
{
"accountIdentifier": "string",
"encodedKey": "string",
"id": "string",
"productTypeKey": "string"
}