Bulksavingsaccountproductupdateresponse
Represents the response for bulk savings account product update.
errors object[]
List of errors for accounts that failed to update. Empty if all updates were successful.
Array [
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
]
Bulksavingsaccountproductupdateresponse
{
"errors": [
{
"accountKey": "string",
"errorCode": 0,
"errorReason": "string",
"errorSource": "string"
}
]
}