# Update Bank Account Storage Modify the details of an existing bank account storage identified by its storage ID. Endpoint: PUT /bankaccountstorages/{storageId} Version: 2 Security: apiKey ## Path parameters: - `storageId` (string, required) ID of the bank account storage. Example: "652697d8eb91545eb14e64e6" ## Request fields (application/json): - `name` (string) Name of the bank account storage. Example: "Custom Bank Account Name" - `dataTransformationId` (string) The ID of an existing data transformation, which will be used to transform raw records into bank accounts. Example: "72d6900fce6b326088f5d9d91049e3e6" - `sharingToWhitelist` (boolean) Flag that indicates whether data from bank account storage is shared to whitelist. Example: "true" ## Response 200 fields (application/json): - `id` (string) Unique identifier of the Bank Account Storage. . Example: "72d6900fce6b326088f5d9d91049e3e6" - `name` (string) Name of the bank account storage. Example: "Custom Bank Account Name" - `workspaceId` (string) Uniquely identifying ID of the workspace. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `organizationId` (string) Uniquely identifying ID of the organization. Example: "cdq_monitor" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:46:42Z" - `modifiedBy` (string) User or Client UUID which modified the resource. Example: "76248934691294444" - `dataTransformationId` (string) The ID of an existing data transformation, which will be used to transform raw records into bank accounts. Example: "72d6900fce6b326088f5d9d91049e3e6" - `sharingToWhitelist` (boolean) Flag that indicates whether data from bank account storage is shared to whitelist. Example: "true" - `numberOfRecords` (integer) Number of records present in given bank account storage. Example: 50 ## Response 400 fields (application/json): - `id` (string) Unique identifier of the error. Example: "5c6a2c7e-9b0a-4e1a-8b0a-4e1a8b0a4e1a" - `path` (string) Requested path which caused this error. Example: "/v2/businesspartners/lookup" - `timestamp` (string) ISO 8601 representation of the timestamp. Example: "2025-08-29T09:46:42Z" - `message` (string) Details about the error. Example: "This user is not allowed to access this service." - `error` (string) RFC 7231 error which belongs to the status code. Example: "BAD_REQUEST" - `status` (integer) RFC 7231 status code for this error. Example: "400"