---
title: "Update user cash withdrawal by its id"
method: PUT
path: "/user_cash_withdrawals/{userCashWithdrawalId}"
tags: ["UserCashWithdrawal"]
---

# Update user cash withdrawal by its id

`PUT /user_cash_withdrawals/{userCashWithdrawalId}`

Update user cash withdrawal by its id

## Path parameters

- `userCashWithdrawalId` integer, required

## Request body

- AddUserCashWithdrawal
  - `amount` number, float, required
  - `money_transfer_account_id` integer, required

## Response `200`

User Cash Withdrawal updated

- UserCashWithdrawal
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `amount` number, float
  - `remark` string
  - `status` integer
  - `money_transfer_account_id` integer
  - `withdrawal_status_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/ofos-api-endpoints.md) · [All operations](https://skmtc.net/agriya/apis/ofos-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/ofos-api-endpoints/versions/8db13a44d758/schema)
