---
title: "Update owner working capital"
method: PUT
path: "/accounting-api/owners/{id}/working-capital"
tags: ["Accounting (only available for accounting add-on users)"]
---

# Update owner working capital

`PUT /accounting-api/owners/{id}/working-capital`

Update owner working capital by owner ID.

## Path parameters

- `id` string, required

## Request body

- object
  - `workingCapital` number — New working capital amount

## Response `200`

Owner working capital updated

- object
  - `workingCapital` number — Current owner's working capital amount

## Other responses

- `400` — Input data is not valid.
- `403` — You do not have sufficient permissions to access this resource
- `500` — Unhandled exception. Something went wrong on server

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
