---
title: "Update a single MatterTransfer"
method: PATCH
path: "/matter_transfers/{id}.json"
tags: ["Matter Transfers"]
---

# Update a single MatterTransfer

`PATCH /matter_transfers/{id}.json`

Outlines the parameters and data fields used when updating a single MatterTransfer

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Headers

- `IF-MATCH` string
- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `amount` number, double — The amount of money to transfer between fund holders.
    - `bank_account` object
      - `id` integer — The unique identifier for a single BankAccount associated with the MatterTransfer. The keyword `null` is not valid for this field.
    - `client` object
      - `id` integer — The unique identifier for a single Contact associated with the MatterTransfer. The keyword `null` is not valid for this field.
    - `date` string, date — The date of the MatterTransfer (Expects an ISO-8601 date).
    - `description` string — A detailed description of the MatterTransfer.
    - `destination_matter` object
      - `id` integer — The unique identifier for a single Matter associated with the MatterTransfer. The keyword `null` is not valid for this field.
    - `etag` string — A unique identifier of the current state of the MatterTransfer. Used for optimistic concurrency control.
    - `id` integer — The unique identifier of the MatterTransfer.
    - `source_matter` object
      - `id` integer — The unique identifier for a single Matter associated with the MatterTransfer. The keyword `null` is not valid for this field.

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/revisions/73791ddd1207/schema)
