---
title: "Partial Update Bank Account"
method: PATCH
path: "/ca/api/account/{id}"
tags: ["Cash Management"]
---

# Partial Update Bank Account

`PATCH /ca/api/account/{id}`

## Path parameters

- `id` integer, required

## Request body

- PatchedBankAccount
  - `id` integer
  - `is_deleted` boolean
  - `deleted_at` string, date-time, nullable
  - `entity_name` string
  - `department_name` string
  - `chart_of_accounts_account_name` string
  - `account_type` string
  - `account_subtype` string
  - `account_cashflow_classification` string
  - `type_name` string
  - `subtype_name` string
  - `cashflow_classification_name` string
  - `account_id` string, uuid
  - `currency` string
  - `external_account_id` string, nullable
  - `name` string, nullable
  - `nickname` string, nullable
  - `status` string, nullable
  - `type` union
    - 'CHECKING' | 'SAVING' | 'CREDIT_CARD' | 'DEBIT_CARD' | 'INVESTMENT' | 'LOAN' — * `CHECKING` - Checking * `SAVING` - Savings * `CREDIT_CARD` - Credit Card * `DEBIT_CARD` - Debit Card * `INVESTMENT` - Investment * `LOAN` - Loan
    - ''
    - unknown
  - `available_balance` number, double, nullable
  - `current_balance` number, double, nullable
  - `institution_id` string, nullable
  - `source` string, nullable
  - `aba_routing_number` string, nullable — ABA routing number (9 digits) for US bank accounts
  - `swift_bic` string, nullable — SWIFT BIC code (8 or 11 characters) for international accounts
  - `created_at` string, date-time
  - `last_modified_at` string, date-time
  - `tag_ids` integer[]
  - `tag_group_ids` integer[]
  - `customer` integer
  - `entity` integer
  - `chart_of_accounts_account` integer, nullable
  - `department` integer, nullable
  - `tags` integer[]

## Response `200`

- BankAccount
  - `id` integer, required
  - `is_deleted` boolean, required
  - `deleted_at` string, date-time, nullable, required
  - `entity_name` string, required
  - `department_name` string, required
  - `chart_of_accounts_account_name` string, required
  - `account_type` string, required
  - `account_subtype` string, required
  - `account_cashflow_classification` string, required
  - `type_name` string, required
  - `subtype_name` string, required
  - `cashflow_classification_name` string, required
  - `account_id` string, uuid, required
  - `currency` string
  - `external_account_id` string, nullable
  - `name` string, nullable
  - `nickname` string, nullable
  - `status` string, nullable
  - `type` union
    - 'CHECKING' | 'SAVING' | 'CREDIT_CARD' | 'DEBIT_CARD' | 'INVESTMENT' | 'LOAN' — * `CHECKING` - Checking * `SAVING` - Savings * `CREDIT_CARD` - Credit Card * `DEBIT_CARD` - Debit Card * `INVESTMENT` - Investment * `LOAN` - Loan
    - ''
    - unknown
  - `available_balance` number, double, nullable
  - `current_balance` number, double, nullable
  - `institution_id` string, nullable
  - `source` string, nullable
  - `aba_routing_number` string, nullable — ABA routing number (9 digits) for US bank accounts
  - `swift_bic` string, nullable — SWIFT BIC code (8 or 11 characters) for international accounts
  - `created_at` string, date-time, required
  - `last_modified_at` string, date-time, required
  - `tag_ids` integer[]
  - `tag_group_ids` integer[]
  - `customer` integer, required
  - `entity` integer, required
  - `chart_of_accounts_account` integer, nullable
  - `department` integer, nullable
  - `tags` integer[], required

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/revisions/6945ebc3180e/schema)
