---
title: "Updates an existing Bank Account."
method: PUT
path: "/v1/bankAccounts/{id}"
tags: ["BankAccounts"]
---

# Updates an existing Bank Account.

`PUT /v1/bankAccounts/{id}`

## Path parameters

- `id` integer, required

## Request body

- BankAccountDto
  - `id` integer
  - `acCode` string
  - `details` string
  - `lastChq` string
  - `isDefaultBank` boolean
  - `oBalance` number, double
  - `nominalAcCode` string
  - `timestamp` string, byte
  - `categoryId` integer
  - `address` string[]
  - `accountName` string
  - `businessIdentifierCodes` string
  - `internationalBankAccountNumber` string
  - `creditorScheme` string
  - `sortCode` string
  - `accountNumber` string
  - `bankFeedSource` integer

## Response `200`

OK

- object

---

[API](https://skmtc.net/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.net/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/versions/1324a5ec638a/schema)
