Skip to main content

Bulksavingsaccountproductupdaterequest

Represents the request payload for bulk savings account product update.

accounts object[]required

The list of accounts to update. Each account must have encodedKey (or id) and productTypeKey.

Possible values: >= 1, <= 1000

  • Array [
  • 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.

  • ]
  • Bulksavingsaccountproductupdaterequest
    {
    "accounts": [
    {
    "accountIdentifier": "string",
    "encodedKey": "string",
    "id": "string",
    "productTypeKey": "string"
    }
    ]
    }