---
title: "Processes a batch of Bank Accounts."
method: PUT
path: "/v1/bankAccounts/batch"
tags: ["BankAccounts"]
---

# Processes a batch of Bank Accounts.

`PUT /v1/bankAccounts/batch`

## Request body

- BatchItemBankAccountDto[]
  - `opCode` 1 | 2 | 3 — 1 - Create 2 - Update 3 - Delete
  - `item` 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/revisions/1324a5ec638a/schema)
