---
title: "Update deposit"
method: PUT
path: "/deposits/{id}"
tags: ["Deposits"]
---

# Update deposit

`PUT /deposits/{id}`

Update deposit

## Path parameters

- `id` integer, required

## Request body

- unknown

## Response `200`

Deposit has been updated

- object
  - `message` string
  - `deposit` object
    - `id` integer
    - `deposit_id` string
    - `organization_id` integer
    - `voucher_header_id` integer
    - `deposited_on` string, date
    - `client_id` integer
    - `client_name` string
    - `currency_id` integer
    - `exchange_rate` number, float
    - `foreign_amount` number, float
    - `trust_deposited` number, float
    - `payment_method` string
    - `ref_num` string
    - `description` string
    - `liability_account_id` integer
    - `liability_account` string
    - `liability_account_fl1` string
    - `liability_account_fl2` string
    - `asset_account_id` integer
    - `asset_account` string
    - `asset_account_fl1` string
    - `asset_account_fl2` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Deposit doesn't exist
- `500` — Internal Server Error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
