Skip to main content

Bulksavingsaccountproductupdateerror

Represents an error for a single savings account product update in a bulk operation.

accountKeystringrequired

The account key that failed to update

errorCodeinteger<int32>required

The error code

errorReasonstringrequired

For more information on your error message, refer to API Response and Error Codes

errorSourcestring

Additional details about the error

Bulksavingsaccountproductupdateerror
{
"accountKey": "string",
"errorCode": 0,
"errorReason": "string",
"errorSource": "string"
}