---
title: "Update Cash Movement"
method: PATCH
path: "/erp/cash-movements/{movement_id}"
tags: ["erp-cash-movements"]
---

# Update Cash Movement

`PATCH /erp/cash-movements/{movement_id}`

Update a cash movement. Operation_type, date, and amounts are immutable
once recorded (delete + re-create if those need to change).

## Path parameters

- `movement_id` integer, required

## Request body

- CashMovementUpdate
  - `balance_running` number, nullable
  - `bank_transaction_id` integer, nullable
  - `counterparty_tax_id` string, nullable
  - `description` string, nullable
  - `expense_id` integer, nullable
  - `invoice_id` integer, nullable
  - `metadata` object, nullable
  - `party_id` integer, nullable
  - `period_id` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
