---
title: "Update other income"
method: PUT
path: "/other-income/{id}"
tags: ["Other Income"]
---

# Update other income

`PUT /other-income/{id}`

Updates an existing other income entry

## Path parameters

- `id` integer, required

## Request body

- object
  - `client_id` integer, nullable
  - `amount` number
  - `source` string
  - `note` string
  - `date` string, date

## Response `200`

Successful response

- OtherIncome — Other income resource
  - `id` integer
  - `team_id` integer
  - `client_id` integer, nullable
  - `amount` number
  - `source` string
  - `note` string, nullable
  - `date` string, date
  - `taxes` Tax[]
    - `id` integer
    - `global_tax_id` integer, nullable
    - `name` string
    - `rate` number
    - `type` 'global' | 'applied'

## Other responses

- `401` — Unauthenticated
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/versions/e8fd192f94c6/schema)
